aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 06269b2..c407f11 100644
--- a/.zshrc
+++ b/.zshrc
@@ -33,3 +33,7 @@ source $HOME/.zrc
[[ $(uname) == Darwin ]] && [ -r $HOME/.macos ] && source $HOME/.macos
[ -r $HOME/.zsh_local ] && source $HOME/.zsh_local
+
+if command -v direnv &> /dev/null; then
+ eval "$(direnv hook zsh)"
+fi