diff options
Diffstat (limited to 'zsh')
-rwxr-xr-x | zsh/environment.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/environment.zsh b/zsh/environment.zsh index 1519419a..49e9b213 100755 --- a/zsh/environment.zsh +++ b/zsh/environment.zsh @@ -47,6 +47,6 @@ esac export os -if [[ -z $commands[direnv] ]] +if [[ -s $commands[direnv] ]] eval "$(direnv hook zsh)" fi |