home: zsh: enable dircolors

This takes care of `LS_COlORS`.
This commit is contained in:
Bruno BELANYI 2021-02-19 19:31:25 +00:00
parent af33c2036e
commit 91743635fc

View file

@ -79,4 +79,8 @@
enable = true;
enableZshIntegration = true;
};
programs.dircolors = {
enable = true;
};
}