home,eza: fixtree alias

This commit is contained in:
Guanran Wang 2023-09-27 14:47:07 +08:00
parent f3116799a6
commit 109ea25c58
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -21,7 +21,7 @@
"ll" = "${pkgs.eza}/bin/eza -Fahl --icons --git"; "ll" = "${pkgs.eza}/bin/eza -Fahl --icons --git";
"ls" = "${pkgs.eza}/bin/eza -F --icons --git"; "ls" = "${pkgs.eza}/bin/eza -F --icons --git";
"la" = "${pkgs.eza}/bin/eza -Fa --icons --git"; "la" = "${pkgs.eza}/bin/eza -Fa --icons --git";
"tree" = "${pkgs.eza}/bin/eza --icons --git -tree"; "tree" = "${pkgs.eza}/bin/eza --icons --git --tree";
".." = "cd .."; ".." = "cd ..";
# replacements # replacements