✨ (fish) Switch from exa to eza
This commit is contained in:
parent
4077c32a49
commit
ee52af2698
1 changed files with 3 additions and 3 deletions
|
@ -36,9 +36,9 @@ if status --is-interactive
|
||||||
alias e="es"
|
alias e="es"
|
||||||
end
|
end
|
||||||
|
|
||||||
function ls --wraps exa --description "alias ls=exa --git, if installed"
|
function ls --wraps eza --description "alias ls=eza --git, if installed"
|
||||||
if type -q exa
|
if type -q eza
|
||||||
exa --git $argv
|
eza --git $argv
|
||||||
else
|
else
|
||||||
command ls $argv
|
command ls $argv
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue