Make dirs blue

This commit is contained in:
Andreas Zweili 2024-04-17 16:44:50 +02:00
parent 1efdf73305
commit 31695173c7
1 changed files with 7 additions and 0 deletions

View File

@ -3,6 +3,13 @@
# Home Manager needs a bit of information about you and the
# paths it should manage.
programs = {
dircolors = {
enable = true;
enableBashIntegration = true;
settings = {
DIR = "0;34";
};
};
bash = {
enable = true;
shellAliases = {