global: replace exa with eza
This commit is contained in:
parent
e813ae1048
commit
462b7ad16f
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
||||||
dnsutils
|
dnsutils
|
||||||
dosfstools
|
dosfstools
|
||||||
erdtree
|
erdtree
|
||||||
exa
|
eza
|
||||||
exfat # Windows drives
|
exfat # Windows drives
|
||||||
fd
|
fd
|
||||||
frei
|
frei
|
||||||
|
|
|
@ -17,7 +17,7 @@ in
|
||||||
"....." = "cd ../../../..";
|
"....." = "cd ../../../..";
|
||||||
|
|
||||||
# ls
|
# ls
|
||||||
ls = "${lib.getExe pkgs.exa}"; # HACK: Bypasses PATH so it works in nix develop shell
|
ls = "${lib.getExe pkgs.eza}"; # HACK: Bypasses PATH so it works in nix develop shell
|
||||||
la = "ls --long --no-filesize --no-permissions --no-user --git --icons";
|
la = "ls --long --no-filesize --no-permissions --no-user --git --icons";
|
||||||
lat = "la --tree -I .git";
|
lat = "la --tree -I .git";
|
||||||
l = "la --all";
|
l = "la --all";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue