Disable node-info output when value is system.
This makes the behavior consistent with rbenv and pyenv.
This commit is contained in:
parent
b8d7e2cad8
commit
1f4601e44c
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ elif (( $+commands[node] )) ; then
|
|||
version="${$(node -v)#v}"
|
||||
fi
|
||||
|
||||
if [[ "$version" != (none|) ]]; then
|
||||
if [[ "$version" != (none|system) ]]; then
|
||||
zstyle -s ':prezto:module:node:info:version' format 'version_format'
|
||||
zformat -f version_formatted "$version_format" "v:$version"
|
||||
node_info[version]="$version_formatted"
|
||||
|
|
Loading…
Reference in a new issue