manually collapse ' \b?' into '?'

pull/85/head
romkatv 2019-06-09 09:18:16 +02:00
parent f99cefc5ec
commit befe57dede
1 changed files with 3 additions and 0 deletions

View File

@ -2240,6 +2240,9 @@ function _p9k_set_prompt() {
else
PROMPT+=$_P9K_LEFT_PREFIX$_P9K_PROMPT${_P9K_LEFT_SUFFIX#$'\n'}
fi
PROMPT=${PROMPT//$' %{\b'/'%{%G'}
RPROMPT=${RPROMPT//$' %{\b'/'%{%G'}
}
typeset -g _P9K_REFRESH_REASON