dotfiles.2022/_home/dot_sz.shrc.d/bash.post/12_direnv.hook

5 lines
101 B
Plaintext
Raw Normal View History

2022-07-25 15:21:39 +00:00
if [[ -n "$(type -fP direnv)" ]]; then
source <( direnv hook bash )
source <( direnv stdlib )
fi