From 6a132a26982a667cd972ba7d6bc47596e1eb9bec Mon Sep 17 00:00:00 2001 From: Romain Paquet Date: Fri, 27 Mar 2026 13:04:53 +0100 Subject: [PATCH] fish: alias tree to eza --tree if available --- home/.config/fish/config.fish | 3 +++ 1 file changed, 3 insertions(+) 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