updated eza alias flags

This commit is contained in:
John Lancaster
2026-04-04 13:33:02 -05:00
parent 84b32cea01
commit 01fde39946
+1 -1
View File
@@ -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";
};
};
}