diff --git a/home/.config/fish/config.fish b/home/.config/fish/config.fish index 18caa7b..93e350d 100644 --- a/home/.config/fish/config.fish +++ b/home/.config/fish/config.fish @@ -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