zsh: Add missing 'then'
Alan Pearce alan@alanpearce.co.uk
Thu, 10 Apr 2014 20:11:08 +0100
1 files changed, 1 insertions(+), 0 deletions(-)
jump to
M zsh/environment.zsh → zsh/environment.zsh
@@ -48,5 +48,6 @@ export os if [[ -s $commands[direnv] ]] +then eval "$(direnv hook zsh)" fi