all repos — archive/dotfiles @ 70dbdab03afdd27279c300bf3c3ff4b90e183bc6

Superseded by nixfiles

Use correct switch for testing commands
Alan Pearce alan@alanpearce.co.uk
Thu, 10 Apr 2014 20:10:05 +0100
commit

70dbdab03afdd27279c300bf3c3ff4b90e183bc6

parent

db9f688ce7596d8a25a85599a7eaa6911c60aff4

2 files changed, 2 insertions(+), 2 deletions(-)

jump to
M installinstall
@@ -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
M zsh/environment.zshzsh/environment.zsh
@@ -47,6 +47,6 @@ esac 
 export os
 
-if [[ -z $commands[direnv] ]]
+if [[ -s $commands[direnv] ]]
 	eval "$(direnv hook zsh)"
 fi