From a92bee8592f649f57f1b60f4c3f4366454ec0322 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 10 Dec 2019 14:02:25 -0800 Subject: [PATCH] Enable direnv in zsh.sh --- dotfiles/lib/zsh.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dotfiles/lib/zsh.sh b/dotfiles/lib/zsh.sh index e1413d79..7921d578 100644 --- a/dotfiles/lib/zsh.sh +++ b/dotfiles/lib/zsh.sh @@ -13,3 +13,6 @@ function if_emacs_zsh { } environment_variable_exists INSIDE_EMACS && export PROMPT='$ ' + +# Enable direnv +eval "$(direnv hook zsh)"