Remove RPROMPT

Causes weird problems over SSH.
This commit is contained in:
Ian Adam Naval 2015-04-06 03:14:07 -04:00
parent c65c9e9659
commit a8c42bc706
3 changed files with 3 additions and 10 deletions

View File

@ -99,9 +99,9 @@ function prompt_ianonavy_setup {
# Define prompts. # Define prompts.
PROMPT=" PROMPT="
${user}${host} ${current_path} $time${_prompt_ianonavy_colors[1]}"'${python_info[virtualenv]}'""'${git_info[prompt]}'" ${user}${host} ${current_path} $time${_prompt_ianonavy_colors[1]}"'${python_info[virtualenv]}'""'${git_info[prompt]}'""%(?..${_prompt_ianonavy_colors[3]}%? ↵%f)"
${promptcolor}"'${editor_info[keymap]}'"${_prompt_ianonavy_nocolor} " ${promptcolor}"'${editor_info[keymap]}'"${_prompt_ianonavy_nocolor} "
RPROMPT='%(?..${_prompt_ianonavy_colors[3]}%? ↵%f)' RPROMPT=''
SPROMPT='zsh: correct ${_prompt_ianonavy_colors[3]}%R${_prompt_ianonavy_nocolor} to ${_prompt_ianonavy_colors[2]}%r${_prompt_ianonavy_nocolor} [nyae]? ' SPROMPT='zsh: correct ${_prompt_ianonavy_colors[3]}%R${_prompt_ianonavy_nocolor} to ${_prompt_ianonavy_colors[2]}%r${_prompt_ianonavy_nocolor} [nyae]? '
} }

View File

@ -20,4 +20,4 @@ if (( $+commands[fortune] )); then
print print
fi fi
[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx || exit 0

View File

@ -5,10 +5,3 @@
# Sorin Ionescu <sorin.ionescu@gmail.com> # Sorin Ionescu <sorin.ionescu@gmail.com>
# #
# Print the message.
cat <<-EOF
Thank you. Come again!
-- Dr. Apu Nahasapeemapetilon
EOF