Source nvm

This commit is contained in:
Luke Childs 2016-07-08 19:55:22 +01:00
parent e1c0c7bac1
commit 34e7a4d28d

View File

@ -28,3 +28,6 @@ _zsh_nvm_install() {
# Install nvm if it isn't already installed
[[ ! -f "$NVM_DIR/nvm.sh" ]] && _zsh_nvm_install
# If nvm is installed, source it
[[ -f "$NVM_DIR/nvm.sh" ]] && source "$NVM_DIR/nvm.sh"