mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-07 08:37:34 +08:00
exa: add lt alias
This commit is contained in:
parent
8e7cca55da
commit
a00104b627
1 changed files with 4 additions and 3 deletions
|
|
@ -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\"";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue