diff options
author | Alan Pearce | 2014-04-10 20:11:08 +0100 |
---|---|---|
committer | Alan Pearce | 2014-04-10 20:11:08 +0100 |
commit | dd8e8706a3e350b9109cb3801b0bbaf640182fdd (patch) | |
tree | f2fa4d63a697d006806bd86a7fc09531abe095cf /zsh | |
parent | 70dbdab03afdd27279c300bf3c3ff4b90e183bc6 (diff) | |
download | dotfiles-dd8e8706a3e350b9109cb3801b0bbaf640182fdd.tar.lz dotfiles-dd8e8706a3e350b9109cb3801b0bbaf640182fdd.tar.zst dotfiles-dd8e8706a3e350b9109cb3801b0bbaf640182fdd.zip |
zsh: Add missing 'then'
Diffstat (limited to 'zsh')
-rwxr-xr-x | zsh/environment.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/environment.zsh b/zsh/environment.zsh index 49e9b21..11932e6 100755 --- a/zsh/environment.zsh +++ b/zsh/environment.zsh @@ -48,5 +48,6 @@ esac export os if [[ -s $commands[direnv] ]] +then eval "$(direnv hook zsh)" fi |