global: replace exa with eza

This commit is contained in:
Infinidoge 2023-09-09 13:29:25 -04:00
parent e813ae1048
commit 462b7ad16f
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@
dnsutils
dosfstools
erdtree
exa
eza
exfat # Windows drives
fd
frei

View file

@ -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";