fish: alias tree to eza --tree if available

This commit is contained in:
Romain Paquet 2026-03-27 13:04:53 +01:00
parent e729d38637
commit 6a132a2698

View file

@ -25,6 +25,9 @@ if status is-interactive
if type -q eza
alias ls=eza
if not type -q tree
alias tree=eza --tree
end
end
if type -q starship