Silence direnv's log messages

This commit is contained in:
Kiana Sheibani 2023-09-02 18:19:15 -04:00
parent 8a886d695e
commit 68b2a689e3

View file

@ -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
'';
} }