zshrc: migrate exa -> eza
This commit is contained in:
parent
e2198a8dc8
commit
19a1a6c329
1 changed files with 2 additions and 2 deletions
|
@ -5,9 +5,9 @@ bindkey -e # emacs mode
|
|||
|
||||
alias ls="ls --classify --color --group-directories-first --quoting-style=literal"
|
||||
|
||||
which exa > /dev/null
|
||||
which eza > /dev/null
|
||||
if [[ $? -eq 0 ]]; then
|
||||
alias l="exa --group --long --git --group-directories-first --extended --binary"
|
||||
alias l="eza --group --long --git --group-directories-first --extended --binary"
|
||||
alias ll="l --all"
|
||||
|
||||
alias lt="l --tree"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue