mirror of
https://gitlab.com/dabruh/dotfiles.git
synced 2024-12-25 19:44:17 +01:00
Add ls alias
This commit is contained in:
parent
571c8e8d10
commit
0f8555f99d
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue