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:
parent
1100071b07
commit
f31def4133
1 changed files with 1 additions and 2 deletions
3
.zshrc
3
.zshrc
|
@ -50,8 +50,7 @@ case "$OSTYPE" in
|
||||||
alias ls='ls -G'
|
alias ls='ls -G'
|
||||||
;;
|
;;
|
||||||
linux*)
|
linux*)
|
||||||
alias ls='ls --color=auto'
|
alias ls='exa'
|
||||||
alias diff='diff --color=auto'
|
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue