Update themes/base.theme.bash
Co-authored-by: John D Pell <52194+gaelicWizard@users.noreply.github.com>pull/1946/head
parent
4125123fe5
commit
f7c32563f4
|
|
@ -397,7 +397,8 @@ function node_command_version_prompt() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function node_version_prompt() {
|
function node_version_prompt() {
|
||||||
local node_version="$(nvm_version_prompt)"
|
local node_version
|
||||||
|
node_version="$(nvm_version_prompt)"
|
||||||
if [[ -z "${node_version}" ]]; then
|
if [[ -z "${node_version}" ]]; then
|
||||||
node_version="$(node_command_version_prompt)"
|
node_version="$(node_command_version_prompt)"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue