diff options
-rw-r--r-- | .shells/alias.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.shells/alias.sh b/.shells/alias.sh index 1730d5f..e986406 100644 --- a/.shells/alias.sh +++ b/.shells/alias.sh @@ -23,7 +23,8 @@ alias yeet='paru -Rsc' # weather alias weather="curl wttr.in" -alias ls='ls -la --color' +alias ls='ls --color' +alias ll='ls -la --color' alias sb='sudo systemctl start bluetooth' alias mykeys='setxkbmap -option caps:escape' alias logout='pkill -U $USER' |