dotfiles.2022/_home/dot_sz.shrc.d/bash.post/12_direnv.hook
2022-07-25 11:38:23 -04:00

4 lines
101 B
Text

if [[ -n "$(type -fP direnv)" ]]; then
source <( direnv hook bash )
source <( direnv stdlib )
fi