mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 19:48:00 +00:00
Make node-info work without nvm/nodenv
This commit is contained in:
parent
152b4a1b5d
commit
e064d5c65f
@ -19,6 +19,8 @@ if (( $+functions[nvm_version] )); then
|
|||||||
version="${$(nvm_version)#v}"
|
version="${$(nvm_version)#v}"
|
||||||
elif (( $+commands[nodenv] )); then
|
elif (( $+commands[nodenv] )); then
|
||||||
version="${${$(nodenv version)#v}[(w)0]}"
|
version="${${$(nodenv version)#v}[(w)0]}"
|
||||||
|
elif (( $+commands[node] )) ; then
|
||||||
|
version="${$(node -v)#v}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "$version" != (none|) ]]; then
|
if [[ "$version" != (none|) ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user