supress direnv output

dev-docs
Moritz Böhme 2021-10-07 13:52:11 +02:00
parent 3c4d59c3b5
commit e3fe72deeb
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ let
}];
enableAutosuggestions = true;
enableCompletion = true;
initExtra = ''export DIRENV_LOG_FORMAT=""'';
};
exa.enable = true;
bat.enable = true;