mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-05-06 22:22:05 +00:00
Properly fix npm completion source
Problem introduced in 136a834.
This commit is contained in:
parent
9e81b79d90
commit
4f15bd15e5
@ -4,9 +4,9 @@
|
||||
if [[ ! -f $__NPM_COMPLETION_FILE ]]; then
|
||||
npm completion >! $__NPM_COMPLETION_FILE || rm -f $__NPM_COMPLETION_FILE
|
||||
fi
|
||||
}
|
||||
|
||||
source $__NPM_COMPLETION_FILE
|
||||
source $__NPM_COMPLETION_FILE
|
||||
}
|
||||
|
||||
# Install dependencies globally
|
||||
alias npmg="npm i -g "
|
||||
|
Loading…
x
Reference in New Issue
Block a user