From 8bdba4fa1e36316e05709b1bde4033974713ae56 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Tue, 3 Jan 2017 18:36:27 +0700 Subject: [PATCH] Always return true so failed checks don't make us return a non zero exit code --- zsh-nvm.plugin.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh-nvm.plugin.zsh b/zsh-nvm.plugin.zsh index de6b001..4997b5c 100644 --- a/zsh-nvm.plugin.zsh +++ b/zsh-nvm.plugin.zsh @@ -183,3 +183,5 @@ if [[ "$ZSH_NVM_NO_LOAD" != true ]]; then fi fi + +return true