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