diff --git a/users/pbsds/home/profiles/shell.nix b/users/pbsds/home/profiles/shell.nix index ab9f7cb..89aa76d 100644 --- a/users/pbsds/home/profiles/shell.nix +++ b/users/pbsds/home/profiles/shell.nix @@ -110,7 +110,7 @@ in programs.eza.enableAliases = lib.mkIf (lib.versionOlder config.home.version.release "24.05") true; programs.eza.enableBashIntegration = true; programs.eza.enableZshIntegration = true; - programs.eza.icons = "auto"; # --icons=auto + #programs.eza.icons = "auto"; # --icons=auto programs.eza.extraOptions = [ "--group" "--group-directories-first" ]; #programs.zoxide.enable = true;