mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-08-18 10:39:58 +02:00
npm: unset NPM_COMPLETION_FILE variable
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user