mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
parent
22206e1559
commit
008aab06f0
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…
Add table
Add a link
Reference in a new issue