remove line

This commit is contained in:
Tobias Powalowski 2023-01-31 17:49:46 +01:00
parent d704a63865
commit f8dddb54d2

View file

@ -2,7 +2,6 @@
# created by Tobias Powalowski <tpowa@archlinux.org> # created by Tobias Powalowski <tpowa@archlinux.org>
# check on bash # check on bash
[[ -n "${BASH_VERSION:-}" ]] || return [[ -n "${BASH_VERSION:-}" ]] || return
# color output # color output
alias ls='ls --color=auto' alias ls='ls --color=auto'
alias grep='grep --color=auto' alias grep='grep --color=auto'