diff options
author | Thanos Apollo <thanos@thanosapollo> | 2023-02-01 18:14:32 +0200 |
---|---|---|
committer | Thanos Apollo <thanos@thanosapollo> | 2023-02-01 18:14:32 +0200 |
commit | 4c274525be38731c52c02dc7f6c7ec9fa8612a50 (patch) | |
tree | daef6d5efd1d0a6117371d23607a6a672703aef5 /.shells | |
parent | 56d52046fb336affba46556b8594549f164d1f28 (diff) |
alias: Change alias, make compatible with darwin
Diffstat (limited to '.shells')
-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' |