From db9f688ce7596d8a25a85599a7eaa6911c60aff4 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 10 Apr 2014 20:08:36 +0100 Subject: zsh: Fix typo in previous commit --- zsh/environment.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zsh') diff --git a/zsh/environment.zsh b/zsh/environment.zsh index 6279c1f..1519419 100755 --- a/zsh/environment.zsh +++ b/zsh/environment.zsh @@ -47,6 +47,6 @@ esac export os -if [[ $commands[direnv] ]] +if [[ -z $commands[direnv] ]] eval "$(direnv hook zsh)" fi -- cgit 1.4.1