fish: alias tree to eza --tree if available
This commit is contained in:
parent
e729d38637
commit
6a132a2698
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue