Use correct switch for testing commands
Alan Pearce alan@alanpearce.co.uk
Thu, 10 Apr 2014 20:10:05 +0100
2 files changed, 2 insertions(+), 2 deletions(-)
jump to
M zsh/environment.zsh → zsh/environment.zsh
@@ -47,6 +47,6 @@ esac export os -if [[ -z $commands[direnv] ]] +if [[ -s $commands[direnv] ]] eval "$(direnv hook zsh)" fi