From 5a35673b2d91b1bc6bbd2730bbeae23ca208c3e2 Mon Sep 17 00:00:00 2001 From: mir Date: Wed, 17 Apr 2024 21:26:43 -0800 Subject: [PATCH] add tree command --- modules/shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/shell.nix b/modules/shell.nix index 176cb98..cdb72f9 100644 --- a/modules/shell.nix +++ b/modules/shell.nix @@ -4,6 +4,7 @@ enable = true; shellAliases = { ls = "eza"; + tree = "eza -T"; }; initExtra = '' export EDITOR=emacs\ -nw