mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +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
|
||||
|
||||
[[ -f $__NPM_COMPLETION_FILE ]] && source $__NPM_COMPLETION_FILE
|
||||
|
||||
unset __NPM_COMPLETION_FILE
|
||||
}
|
||||
|
||||
# Install dependencies globally
|
||||
|
|
Loading…
Reference in a new issue