X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/a1f78748a23c53a24971de5f145b4757f7972bbe..5099eb0edeef26cb67fabce055ec5768c20ce1e2:/.zsh/zshrc/85-direnv?ds=inline diff --git a/.zsh/zshrc/85-direnv b/.zsh/zshrc/85-direnv new file mode 100644 index 0000000..5bea6c4 --- /dev/null +++ b/.zsh/zshrc/85-direnv @@ -0,0 +1,14 @@ +# +# load direnv hook +# +# Copyright © 1994–2017 martin f. krafft +# Released under the terms of the Artistic Licence 2.0 +# +# Source repository: http://git.madduck.net/v/etc/zsh.git +# + +if whence direnv >/dev/null; then + eval "$(direnv hook zsh)" +fi + +# vim:ft=zsh