Rename exa to eza

This commit is contained in:
Daniel Lynn 2023-10-06 15:30:55 -05:00
parent 04677b48c1
commit e7d96670b2
Signed by: daniel
GPG Key ID: 655C07B9B3DDC88B
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +0,0 @@
if (( $+commands[exa] )); then
alias l="exa --git --icons --grid"
alias ll="exa --git --icons --long --grid"
alias lt="exa --git --icons --long --tree --level=2"
fi

5
aliases.d/eza.zsh Normal file
View File

@ -0,0 +1,5 @@
if (( $+commands[eza] )); then
alias l="eza --git --icons --grid"
alias ll="eza --git --icons --long --grid"
alias lt="eza --git --icons --long --tree --level=2"
fi