mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-06-26 20:41:28 +02:00
npm: unset NPM_COMPLETION_FILE variable
This commit is contained in:
parent
76924b7f5f
commit
b70842bae4
@ -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…
x
Reference in New Issue
Block a user