From 4d64705be561f9e020a268b4a335b01da4e649ce Mon Sep 17 00:00:00 2001 From: Romain Paquet Date: Fri, 3 Apr 2026 12:04:44 +0200 Subject: [PATCH] fish: quote tree alias --- home/.config/fish/config.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.config/fish/config.fish b/home/.config/fish/config.fish index 93e350d..4a187ae 100644 --- a/home/.config/fish/config.fish +++ b/home/.config/fish/config.fish @@ -26,7 +26,7 @@ if status is-interactive if type -q eza alias ls=eza if not type -q tree - alias tree=eza --tree + alias tree="eza --tree" end end