5 lines
84 B
Bash
5 lines
84 B
Bash
# Per-directory env
|
|
if (( $+commands[direnv])); then
|
|
eval "$(direnv hook zsh)"
|
|
fi
|