make SHOW_ON_COMMAND work with legacy custom prompts; see #488

pull/501/head
romkatv 5 years ago
parent d71d1409c4
commit 3ca90731b0

@ -1597,7 +1597,7 @@ _p9k_custom_prompt() {
(( $+functions[$cmd] || $+commands[$cmd] )) || return (( $+functions[$cmd] || $+commands[$cmd] )) || return
local content="$(eval $command)" local content="$(eval $command)"
[[ -n $content ]] || return [[ -n $content ]] || return
_p9k_prompt_segment "prompt_custom_$segment_name" $_p9k_color2 $_p9k_color1 "CUSTOM_${segment_name}_ICON" 0 '' "$content" _p9k_prompt_segment "prompt_custom_$1" $_p9k_color2 $_p9k_color1 "CUSTOM_${segment_name}_ICON" 0 '' "$content"
} }
################################################################ ################################################################

Loading…
Cancel
Save