Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 266 Bytes

direnv.md

File metadata and controls

8 lines (6 loc) · 266 Bytes

Installing Direnv

Direnv saves tremendous amount of time. After installing direnv, add this to your .zshrc or equivalent.

export DIRENV_LOG_FORMAT= # makes direnv less verbose by setting format to nil
eval "$(direnv hook zsh)"