3 lines
70 B
Bash
3 lines
70 B
Bash
if command -v direnv &> /dev/null; then
|
|
eval "$(direnv hook zsh)"
|
|
fi
|
if command -v direnv &> /dev/null; then
|
|
eval "$(direnv hook zsh)"
|
|
fi
|