zsh/eza: Drop enableAliases
It is superseded by enableZshIntegration, which is true by default.
This commit is contained in:
parent
3963c6a5d8
commit
9fbe5311c7
|
@ -62,7 +62,6 @@ in
|
||||||
};
|
};
|
||||||
eza = {
|
eza = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableAliases = true;
|
|
||||||
git = true;
|
git = true;
|
||||||
extraOptions = [
|
extraOptions = [
|
||||||
"--binary" # prefer MiB over MB etc.
|
"--binary" # prefer MiB over MB etc.
|
||||||
|
|
Loading…
Reference in a new issue