1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-04-28 05:10:15 +08:00

npm: unset NPM_COMPLETION_FILE variable

This commit is contained in:
Marc Cornellà 2016-09-10 00:23:16 +02:00
parent 76924b7f5f
commit b70842bae4

View File

@ -7,6 +7,8 @@
fi
[[ -f $__NPM_COMPLETION_FILE ]] && source $__NPM_COMPLETION_FILE
unset __NPM_COMPLETION_FILE
}
# Install dependencies globally