Commit 4f15bd15 authored by Marc Cornellà's avatar Marc Cornellà Committed by GitHub
Browse files

Properly fix npm completion source

Problem introduced in 136a8343.
parent 9e81b79d
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
if [[ ! -f $__NPM_COMPLETION_FILE ]]; then if [[ ! -f $__NPM_COMPLETION_FILE ]]; then
npm completion >! $__NPM_COMPLETION_FILE || rm -f $__NPM_COMPLETION_FILE npm completion >! $__NPM_COMPLETION_FILE || rm -f $__NPM_COMPLETION_FILE
fi fi
}
source $__NPM_COMPLETION_FILE source $__NPM_COMPLETION_FILE
}
# Install dependencies globally # Install dependencies globally
alias npmg="npm i -g " alias npmg="npm i -g "
......
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