Update eza default args
This commit is contained in:
parent
5390f736d9
commit
ecc4873975
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue