mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 19:46:11 +01:00
Add hide_env_diff configuration to README
This commit is contained in:
parent
57f831e2e4
commit
bffcf9c525
1 changed files with 6 additions and 0 deletions
|
|
@ -49,6 +49,12 @@ In `$HOME/.config/nixpkgs/home.nix` add
|
||||||
enable = true;
|
enable = true;
|
||||||
enableBashIntegration = true; # see note on other shells below
|
enableBashIntegration = true; # see note on other shells below
|
||||||
nix-direnv.enable = true;
|
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
|
bash.enable = true; # see note on other shells below
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue