summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.shells/alias.sh2
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'