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

5 lines
105 B
Plaintext

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