From 593c58cfe0f4f93aa024dd8ed9e2d2cfdb453d63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20P=C5=82azie=C5=84ski?= Date: Tue, 17 Jan 2017 08:03:14 +0100 Subject: [PATCH] Revert right prompt indent to 1 As some terminals will not be not aligned right to the right but buggily will wrap color to new line. --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index e3e40ce..3e17c9e 100644 --- a/.zshrc +++ b/.zshrc @@ -306,7 +306,7 @@ prompt_precmd() { SPROMPT="Correct %{%F{red}%}%R%{%f%} to %{%F{green}%}%r%f? [%Uy%ues|%Un%uo|%Ua%ubort|%Ue%udit] " } -ZLE_RPROMPT_INDENT=0 +ZLE_RPROMPT_INDENT=1 prompt_opts=(cr subst percent) add-zsh-hook precmd prompt_precmd