all repos — nixfiles @ db9f688ce7596d8a25a85599a7eaa6911c60aff4

System and user configuration, managed by nix and home-manager

zsh: Fix typo in previous commit
Alan Pearce alan@alanpearce.co.uk
Thu, 10 Apr 2014 20:08:36 +0100
commit

db9f688ce7596d8a25a85599a7eaa6911c60aff4

parent

6a4ee1656eba28db17bafb7e998d86b1353db95d

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

jump to
M zsh/environment.zshzsh/environment.zsh
@@ -47,6 +47,6 @@ esac 
 export os
 
-if [[ $commands[direnv] ]]
+if [[ -z $commands[direnv] ]]
 	eval "$(direnv hook zsh)"
 fi