diff --git a/modules/programs/eza.nix b/modules/programs/eza.nix index 8419e7c..7312e56 100644 --- a/modules/programs/eza.nix +++ b/modules/programs/eza.nix @@ -8,7 +8,7 @@ enableZshIntegration = true; }; home.shellAliases = { - ls = "${lib.getExe pkgs.eza} -lgos type --no-time --follow-symlinks"; + ls = "${lib.getExe pkgs.eza} -algos type --follow-symlinks --all --all"; }; }; } \ No newline at end of file