Swap ls for exa

I used to do this with a path hack but that's been problem trouble than
it's worth.
This commit is contained in:
Trysdyn Black 2022-09-01 10:08:28 -07:00
parent 1100071b07
commit f31def4133

3
.zshrc
View file

@ -50,8 +50,7 @@ case "$OSTYPE" in
alias ls='ls -G'
;;
linux*)
alias ls='ls --color=auto'
alias diff='diff --color=auto'
alias ls='exa'
;;
esac