npm: only source npm completion cache if file exists

This commit is contained in:
Marc Cornellà 2016-09-10 00:21:38 +02:00
parent 2a44527ac3
commit 76924b7f5f

View File

@ -6,7 +6,7 @@
[[ $? -ne 0 ]] && rm -f $__NPM_COMPLETION_FILE
fi
source $__NPM_COMPLETION_FILE
[[ -f $__NPM_COMPLETION_FILE ]] && source $__NPM_COMPLETION_FILE
}
# Install dependencies globally