3 lines
67 B
Bash
3 lines
67 B
Bash
if (( ${+commands[direnv]} )); then
|
|
eval "$(direnv hook zsh)"
|
|
fi
|
if (( ${+commands[direnv]} )); then
|
|
eval "$(direnv hook zsh)"
|
|
fi
|