show direnv messages

dev-docs
Moritz Böhme 2021-11-11 18:37:22 +01:00
parent 80cfec3772
commit 5cf0fc3441
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ let
enableSyntaxHighlighting = true;
enableAutosuggestions = true;
enableCompletion = true;
initExtra = ''export DIRENV_LOG_FORMAT=""'';
# initExtra = ''export DIRENV_LOG_FORMAT=""'';
plugins = [{
name = "forgit";
src = inputs.forgit-git;