mirror of https://gitlab.com/dabruh/dotfiles.git
Add ls alias
This commit is contained in:
parent
571c8e8d10
commit
0f8555f99d
|
@ -3,6 +3,7 @@
|
||||||
# shellcheck disable=SC2139
|
# shellcheck disable=SC2139
|
||||||
# Verbosity and settings that you pretty much just always are going to want.
|
# Verbosity and settings that you pretty much just always are going to want.
|
||||||
alias \
|
alias \
|
||||||
|
ls="ls --color=auto" \
|
||||||
bc="bc -ql" \
|
bc="bc -ql" \
|
||||||
cp="cp -iv" \
|
cp="cp -iv" \
|
||||||
df='df -h' \
|
df='df -h' \
|
||||||
|
|
Loading…
Reference in New Issue