From cb55308ff7d0e5420f1f14a00c6629ffbc7b63d7 Mon Sep 17 00:00:00 2001 From: alvinlollo <143326475+alvinlollo@users.noreply.github.com> Date: Sat, 14 Feb 2026 10:53:07 +1100 Subject: [PATCH] Add eza tree alias --- configs/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/.zshrc b/configs/.zshrc index 02cafc0..76d5bb4 100644 --- a/configs/.zshrc +++ b/configs/.zshrc @@ -150,4 +150,4 @@ export YDOTOOL_SOCKET=/tmp/.ydotool_socket # Eza (Better ls) #alias ls="eza --long --no-time --git --icons=never --no-permissions" - +alias tree="eza --tree --lonf --git --no-permissions --level"