Compare commits

..

No commits in common. "35ca3e78a261e9bd5687070b9545cdab554fc7b7" and "a02f161fa0ee24c87ff6cdc6c5f9c350d2323d03" have entirely different histories.

2 changed files with 3 additions and 1 deletions

View File

@ -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.