Update eza default args
This commit is contained in:
parent
5390f736d9
commit
ecc4873975
|
@ -34,7 +34,10 @@
|
|||
enable = true;
|
||||
git = true;
|
||||
icons = "auto";
|
||||
extraOptions = [ "--octal-permissions" ];
|
||||
extraOptions = [
|
||||
"--header"
|
||||
"--time-style=iso"
|
||||
];
|
||||
};
|
||||
fzf = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue