diff options
Diffstat (limited to '.shells/alias.sh')
-rw-r--r-- | .shells/alias.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.shells/alias.sh b/.shells/alias.sh index e1a3967..3700a55 100644 --- a/.shells/alias.sh +++ b/.shells/alias.sh @@ -26,7 +26,7 @@ alias yeet='paru -Rsc' # weather alias weather="curl wttr.in" -alias ls='ls -la --color=auto' +alias ls='ls -la --color' alias sb='sudo systemctl start bluetooth' alias mykeys='setxkbmap -option caps:escape' alias logout='pkill -U $USER' |