mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01:00
parent
9e81b79d90
commit
4f15bd15e5
1 changed files with 2 additions and 2 deletions
|
@ -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 "
|
||||||
|
|
Loading…
Reference in a new issue