0
0
Fork 0

dont show extended attrs

This commit is contained in:
Daryl Ronningen 2025-01-06 17:27:25 -08:00
parent 959f4593f5
commit c45cc13224
Signed by: Daryl Ronningen
GPG key ID: FD23F0C934A5EC6B

View file

@ -21,8 +21,8 @@
programs.fish = {
enable = true;
shellAliases = {
ls = "eza -laghHUum@ --sort name --group-directories-first --git --icons";
tree = "eza -laghHUumRT@ --sort name --group-directories-first --git --icons";
ls = "eza -laghHUum --sort name --group-directories-first --git --icons";
tree = "eza -laghHUumRT --sort name --group-directories-first --git --icons";
cat = "bat";
};
interactiveShellInit = ''