diff options
-rwxr-xr-x | zsh/environment.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/environment.zsh b/zsh/environment.zsh index 49e9b213..11932e6e 100755 --- a/zsh/environment.zsh +++ b/zsh/environment.zsh @@ -48,5 +48,6 @@ esac export os if [[ -s $commands[direnv] ]] +then eval "$(direnv hook zsh)" fi |