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 =