X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/a1f78748a23c53a24971de5f145b4757f7972bbe..5099eb0edeef26cb67fabce055ec5768c20ce1e2:/.zsh/zshrc/85_direnv.disabled diff --git a/.zsh/zshrc/85_direnv.disabled b/.zsh/zshrc/85_direnv.disabled deleted file mode 100644 index 6f02033..0000000 --- a/.zsh/zshrc/85_direnv.disabled +++ /dev/null @@ -1,15 +0,0 @@ -# zshrc/85_direnv -# -# load direnv hook -# -# Copyright © 2014 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