summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xzsh/environment.zsh1
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/environment.zsh b/zsh/environment.zsh
index 49e9b21..11932e6 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