4 ms·
There is a simpler way to suppress the massive log output every time you enter a directory managed by direnv. You can simply add the following line[1] to your .
by Aaronmacaron 3y ago
There is a simpler way to suppress the massive log output every time you enter a directory managed by direnv. You can simply add the following line[1] to your .bashrc or whatever:
export DIRENV_LOG_FORMAT=
[1] https://github.com/direnv/direnv/issues/68#issuecomment-162639262 https://github.com/direnv/direnv/issues/68#issuecomment-1626...
- zimbatm 3y agoI also made the export diff configurable, motivated by this post: https://github.com/direnv/direnv/pull/1233 https://github.com/direnv/direnv/pull/1233