mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 13:50:09 +00:00
npm: unset NPM_COMPLETION_FILE variable
This commit is contained in:
parent
76924b7f5f
commit
b70842bae4
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue