my-yadm/.local/dotfiles/environment/direnv.zsh

4 lines
67 B
Bash

if (( ${+commands[direnv]} )); then
eval "$(direnv hook zsh)"
fi