zsh: add ltl (exa -lT) alias

This commit is contained in:
Jez Cope 2022-09-15 11:03:26 +01:00
parent 445eb64d78
commit 4c4c2367e2
1 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,9 @@
ns = "nix search nixpkgs";
lg = pkgs.lazygit + /bin/lazygit;
lg = "${pkgs.lazygit}/bin/lazygit";
ltl = "${pkgs.exa}/bin/exa --long --tree";
};
sessionVariables = { ZSH_CUSTOM = ./zsh/omz-custom; };