Enable direnv in zsh.sh

This commit is contained in:
Ivan Malison 2019-12-10 14:02:25 -08:00
parent 4461b4f18d
commit a92bee8592
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

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