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

5 lines
105 B
Plaintext
Raw Normal View History

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