home: zsh: enable dircolors
This takes care of `LS_COlORS`.
This commit is contained in:
parent
af33c2036e
commit
91743635fc
|
@ -79,4 +79,8 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.dircolors = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue