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; enableSyntaxHighlighting = true;
enableAutosuggestions = true; enableAutosuggestions = true;
enableCompletion = true; enableCompletion = true;
initExtra = ''export DIRENV_LOG_FORMAT=""''; # initExtra = ''export DIRENV_LOG_FORMAT=""'';
plugins = [{ plugins = [{
name = "forgit"; name = "forgit";
src = inputs.forgit-git; src = inputs.forgit-git;