Skip to content

Commit

Permalink
Always return a good exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechilds committed Jan 10, 2017
1 parent 7e663c7 commit d16c484
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions zsh-nvm.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -189,3 +189,7 @@ if [[ "$ZSH_NVM_NO_LOAD" != true ]]; then
fi

fi

# Make sure we always return good exit code
# We can't `return 0` because that breaks antigen
true

0 comments on commit d16c484

Please sign in to comment.