Add hide_env_diff configuration to README

This commit is contained in:
MathisWellmann 2024-04-14 22:55:11 +02:00
parent 57f831e2e4
commit bffcf9c525

View file

@ -49,6 +49,12 @@ In `$HOME/.config/nixpkgs/home.nix` add
enable = true;
enableBashIntegration = true; # see note on other shells below
nix-direnv.enable = true;
config = {
global = {
# Hides the rather large block of text that is usually printed when entering the environment.
hide_env_diff = true;
};
};
};
bash.enable = true; # see note on other shells below