dotfiles/zsh.d/direnv.zsh

5 lines
84 B
Bash

# Per-directory env
if (( $+commands[direnv])); then
eval "$(direnv hook zsh)"
fi