diff --git a/.zshrc b/.zshrc index fb10d60..22d925a 100644 --- a/.zshrc +++ b/.zshrc @@ -79,7 +79,7 @@ export PAGER=less export ANSIBLE_HOSTS=hosts # Enable node version manager (nvm) -if [[ -d ~/.nvm ]]; then +if [[ -s ~/.nvm/nvm.sh ]]; then . ~/.nvm/nvm.sh fi