mirror of https://git.jolheiser.com/dotnix.git
Compare commits
2 Commits
a02f161fa0
...
35ca3e78a2
Author | SHA1 | Date |
---|---|---|
jolheiser | 35ca3e78a2 | |
jolheiser | e5bd53d77b |
|
@ -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.
Loading…
Reference in New Issue