From 7cf4c5b10e55a37e08c9ceff0e85a200b25b7b72 Mon Sep 17 00:00:00 2001 From: cswimr Date: Sun, 17 Nov 2024 12:49:05 -0500 Subject: [PATCH] add `tree` alias (`eza --tree --git-ignore ${ezaArgs}` --- nixos/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/zsh.nix b/nixos/zsh.nix index 5320720..b614450 100755 --- a/nixos/zsh.nix +++ b/nixos/zsh.nix @@ -48,6 +48,7 @@ ll = "eza -lhg ${ezaArgs}"; ls = "eza ${ezaArgs}"; lsa = "eza -lah ${ezaArgs}"; + tree = "eza --tree --git-ignore ${ezaArgs}"; nixrc = "$EDITOR /etc/nixos"; upd =