Enable direnv in zsh.sh

This commit is contained in:
2019-12-10 14:02:25 -08:00
parent 4461b4f18d
commit a92bee8592

View File

@@ -13,3 +13,6 @@ function if_emacs_zsh {
}
environment_variable_exists INSIDE_EMACS && export PROMPT='$ '
# Enable direnv
eval "$(direnv hook zsh)"