diff --git a/zshrc b/zshrc index b6e4362..5710435 100644 --- a/zshrc +++ b/zshrc @@ -50,6 +50,11 @@ if (( $+commands[navi] )); then eval "$(navi widget zsh)" fi +# Per-directory env +if (( $+commands[direnv])); then + eval "$(direnv hook zsh)" +fi + # Use fd for fzf if (( $+commands[fd] )); then _fzf_compgen_path() {