From 4c274525be38731c52c02dc7f6c7ec9fa8612a50 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Wed, 1 Feb 2023 18:14:32 +0200 Subject: alias: Change alias, make compatible with darwin --- .shells/alias.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- cgit v1.2.3