Silence direnv's log messages
This commit is contained in:
parent
8a886d695e
commit
68b2a689e3
|
@ -9,5 +9,8 @@
|
||||||
|
|
||||||
# Hook nix-direnv to shell
|
# Hook nix-direnv to shell
|
||||||
|
|
||||||
programs.fish.shellInit = "direnv hook fish | source";
|
programs.fish.shellInit = ''
|
||||||
|
set -xg DIRENV_LOG_FORMAT ""
|
||||||
|
direnv hook fish | source
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue