1
0
Fork 0
mirror of synced 2024-11-12 11:08:58 -05:00

Revert "RPROMPT Method"

This reverts commit 55ea696cb0.
This commit is contained in:
Colin Jamison 2017-01-18 18:56:21 +01:00
parent 6611045b6f
commit 95e7ce9b1f

View file

@ -55,7 +55,11 @@ prompt_segment() {
# End the prompt, closing any open segments
prompt_end() {
if [[ -n $CURRENT_BG ]]; then
<<<<<<< HEAD
print -n "%{%k%F{${CURRENT_BG}}%}${${KEYMAP/vicmd/${NORM_INDICATOR}}/(main|viins)/${SEGMENT_SEPARATOR}}"
=======
print -n "%{%k%F{${CURRENT_BG}}%}${${KEYMAP/vicmd/$NORM_INDICATOR}/(main|viins)/$SEGMENT_SEPARATOR}"
>>>>>>> parent of 55ea696... RPROMPT Method
else
print -n "%{%k%}"
fi
@ -146,7 +150,12 @@ prompt_eriner_precmd() {
function zle-keymap-select zle-line-init {
PROMPT="%{%f%b%k%}$(prompt_eriner_main)"
<<<<<<< HEAD
RPROMPT=
=======
# local INSM="$TEMP"
#local NORM="$TEMP%{%F{red}%}"
>>>>>>> parent of 55ea696... RPROMPT Method
zle reset-prompt
}