Disable node-info output when value is system.

This makes the behavior consistent with rbenv and pyenv.
main
Chris Ewald 6 years ago committed by Indrajit Raychaudhuri
parent b8d7e2cad8
commit 1f4601e44c

@ -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…
Cancel
Save