summary refs log tree commit diff stats
path: root/zsh
diff options
context:
space:
mode:
authorAlan Pearce2014-04-10 20:08:36 +0100
committerAlan Pearce2014-04-10 20:08:36 +0100
commitdb9f688ce7596d8a25a85599a7eaa6911c60aff4 (patch)
treeaa615260a91876cde4910c47885162060a45c456 /zsh
parent6a4ee1656eba28db17bafb7e998d86b1353db95d (diff)
downloaddotfiles-db9f688ce7596d8a25a85599a7eaa6911c60aff4.tar.lz
dotfiles-db9f688ce7596d8a25a85599a7eaa6911c60aff4.tar.zst
dotfiles-db9f688ce7596d8a25a85599a7eaa6911c60aff4.zip
zsh: Fix typo in previous commit
Diffstat (limited to 'zsh')
-rwxr-xr-xzsh/environment.zsh2
1 files changed, 1 insertions, 1 deletions
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