mirror of https://git.jolheiser.com/dotnix.git
Compare commits
No commits in common. "35ca3e78a261e9bd5687070b9545cdab554fc7b7" and "a02f161fa0ee24c87ff6cdc6c5f9c350d2323d03" have entirely different histories.
35ca3e78a2
...
a02f161fa0
|
@ -8,7 +8,9 @@
|
|||
programs.nushell.shellAliases = {
|
||||
exa = "exa --git --icons";
|
||||
ls = "exa";
|
||||
ll = lib.mkForce "exa -al";
|
||||
ll = lib.mkForce "exa -l";
|
||||
la = "exa -a";
|
||||
lt = "exa --tree";
|
||||
lla = "exa -la";
|
||||
};
|
||||
}
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue