From 95e7ce9b1faa3afb7bffd5187a17c9cb847d3205 Mon Sep 17 00:00:00 2001 From: Colin Jamison Date: Wed, 18 Jan 2017 18:56:21 +0100 Subject: [PATCH] Revert "RPROMPT Method" This reverts commit 55ea696cb013be7a84ef592f142ff654100801be. --- modules/prompt/themes/eriner.zsh-theme | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/modules/prompt/themes/eriner.zsh-theme b/modules/prompt/themes/eriner.zsh-theme index f915c0c..d703a1b 100644 --- a/modules/prompt/themes/eriner.zsh-theme +++ b/modules/prompt/themes/eriner.zsh-theme @@ -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 }