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
|
||||
dosfstools
|
||||
erdtree
|
||||
exa
|
||||
eza
|
||||
exfat # Windows drives
|
||||
fd
|
||||
frei
|
||||
|
|
|
@ -17,7 +17,7 @@ in
|
|||
"....." = "cd ../../../..";
|
||||
|
||||
# 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";
|
||||
lat = "la --tree -I .git";
|
||||
l = "la --all";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue