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
|
||||
# Verbosity and settings that you pretty much just always are going to want.
|
||||
alias \
|
||||
ls="ls --color=auto" \
|
||||
bc="bc -ql" \
|
||||
cp="cp -iv" \
|
||||
df='df -h' \
|
||||
|
|
Loading…
Reference in New Issue