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'
|
||||
;;
|
||||
linux*)
|
||||
alias ls='ls --color=auto'
|
||||
alias diff='diff --color=auto'
|
||||
alias ls='exa'
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue