summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xinstall2
-rwxr-xr-xzsh/environment.zsh2
2 files changed, 2 insertions, 2 deletions
diff --git a/install b/install
index 20e72e5..9176902 100755
--- a/install
+++ b/install
@@ -49,7 +49,7 @@ then
 	install-dot projects/dwm/ $target/dwm/*
 fi
 
-if [[ -z $commands[emacs] ]]
+if [[ -s $commands[emacs] ]]
 then
 	emacs --batch --eval '(batch-byte-recompile-directory 0)' ~/.emacs.d/
 fi
diff --git a/zsh/environment.zsh b/zsh/environment.zsh
index 1519419..49e9b21 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