feat(desktop): some eza options.
This commit is contained in:
parent
4b3992a4bc
commit
9601f90e4e
1 changed files with 3 additions and 0 deletions
|
@ -75,6 +75,9 @@
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
git = true;
|
git = true;
|
||||||
icons = "always";
|
icons = "always";
|
||||||
|
extraOptions = [
|
||||||
|
"--group-directories-first"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Install direnv
|
# Install direnv
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue