Don't message when direnv changes the environment
This commit is contained in:
parent
6de971a11a
commit
995f178708
@ -14,6 +14,8 @@
|
||||
(add-hook 'vterm-directory-change-hook
|
||||
(lambda ()
|
||||
(unless (file-remote-p default-directory)
|
||||
(direnv-update-directory-environment)))))
|
||||
(direnv-update-directory-environment))))
|
||||
:custom
|
||||
(direnv-always-show-summary nil))
|
||||
|
||||
(provide 'init-direnv)
|
||||
|
Loading…
Reference in New Issue
Block a user