zsh: Fix typo in previous commit
1 file changed, 1 insertion(+), 1 deletion(-)
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