From 7e663c77aff7783530d15957e50f5be0f68b5715 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Tue, 10 Jan 2017 12:49:09 +0700 Subject: [PATCH] Remove final return --- zsh-nvm.plugin.zsh | 2 -- 1 file changed, 2 deletions(-) diff --git a/zsh-nvm.plugin.zsh b/zsh-nvm.plugin.zsh index 92916a9..2fd2834 100644 --- a/zsh-nvm.plugin.zsh +++ b/zsh-nvm.plugin.zsh @@ -189,5 +189,3 @@ if [[ "$ZSH_NVM_NO_LOAD" != true ]]; then fi fi - -return 0