Commit b70842ba authored by Marc Cornellà's avatar Marc Cornellà
Browse files

npm: unset NPM_COMPLETION_FILE variable

parent 76924b7f
...@@ -7,6 +7,8 @@ ...@@ -7,6 +7,8 @@
fi fi
[[ -f $__NPM_COMPLETION_FILE ]] && source $__NPM_COMPLETION_FILE [[ -f $__NPM_COMPLETION_FILE ]] && source $__NPM_COMPLETION_FILE
unset __NPM_COMPLETION_FILE
} }
# Install dependencies globally # Install dependencies globally
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment