zsh/eza: Drop enableAliases

It is superseded by enableZshIntegration, which is true by default.
This commit is contained in:
Simon Bruder 2024-06-02 12:43:26 +02:00
parent 3963c6a5d8
commit 9fbe5311c7
Signed by: simon
GPG key ID: 347FF8699CDA0776

View file

@ -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.