Add ls alias

This commit is contained in:
dabruh 2023-09-15 13:26:39 +02:00
parent 571c8e8d10
commit 0f8555f99d
1 changed files with 1 additions and 0 deletions

View File

@ -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' \