Enable direnv in zsh.sh
This commit is contained in:
parent
4461b4f18d
commit
a92bee8592
@ -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)"
|
||||||
|
Loading…
Reference in New Issue
Block a user