mirror of
https://github.com/lukechilds/zsh-nvm.git
synced 2025-01-30 09:47:14 +08:00
Set NVM_DIR
This commit is contained in:
parent
dde14339e7
commit
7c8449e0e8
@ -1,3 +1,7 @@
|
||||
if [ -z "$NVM_DIR" ]; then
|
||||
NVM_DIR="$HOME/.nvm"
|
||||
fi
|
||||
|
||||
_zsh_nvm_has() {
|
||||
type "$1" > /dev/null 2>&1
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user