Compare commits

...

2 Commits

Author SHA1 Message Date
jolheiser 35ca3e78a2
chore: update exa aliases
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2023-08-23 15:21:24 -05:00
jolheiser e5bd53d77b
chore: work bookmark
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2023-08-23 15:21:10 -05:00
2 changed files with 1 additions and 3 deletions

View File

@ -8,9 +8,7 @@
programs.nushell.shellAliases = {
exa = "exa --git --icons";
ls = "exa";
ll = lib.mkForce "exa -l";
la = "exa -a";
ll = lib.mkForce "exa -al";
lt = "exa --tree";
lla = "exa -la";
};
}

Binary file not shown.