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