Update eza default args

This commit is contained in:
Evie Litherland-Smith 2024-12-16 11:18:19 +00:00
parent 5390f736d9
commit ecc4873975

View file

@ -34,7 +34,10 @@
enable = true; enable = true;
git = true; git = true;
icons = "auto"; icons = "auto";
extraOptions = [ "--octal-permissions" ]; extraOptions = [
"--header"
"--time-style=iso"
];
}; };
fzf = { fzf = {
enable = true; enable = true;