zsh: Fix typo in previous commit
Alan Pearce alan@alanpearce.co.uk
Thu, 10 Apr 2014 20:08:36 +0100
1 files changed, 1 insertions(+), 1 deletions(-)
jump to
M zsh/environment.zsh → zsh/environment.zsh
@@ -47,6 +47,6 @@ esac export os -if [[ $commands[direnv] ]] +if [[ -z $commands[direnv] ]] eval "$(direnv hook zsh)" fi