exa: add lt alias

This commit is contained in:
Sridhar Ratnakumar 2022-04-15 22:45:25 -04:00
parent 8e7cca55da
commit a00104b627

View file

@ -4,9 +4,10 @@
e = "nvim";
g = "${pkgs.git}/bin/git";
lg = "lazygit";
l = "${pkgs.exa}/bin/exa";
ll = "${pkgs.exa}/bin/exa -l";
ls = "l";
ls = "${pkgs.exa}/bin/exa";
l = "ls";
ll = "ls -l";
lt = "ls --tree";
pux = "sh -c \"tmux -S $(pwd).tmux attach\"";
pux-iterm = "sh -c \"tmux -S $(pwd).tmux -CC attach\"";
};