From 8fcc64f177fc3eedc276b7d2752cbeda3da2f615 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Fri, 19 Feb 2016 11:21:18 -0500 Subject: Fix rprompt truncation --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 3106dc79..dde4e356 100644 --- a/.zshrc +++ b/.zshrc @@ -54,7 +54,7 @@ _prompt_git() { esac } PROMPT='%{%(?.$fg[green]$_prompt_ssh.$fg[red])%}»%{$reset_color%} ' -RPROMPT='%{$fg[blue]%}%-50<…<%~%{$fg[yellow]%}$(_prompt_git)%{$reset_color%}' +RPROMPT='%{$fg[blue]%}%50<…<%~%{$fg[yellow]%}$(_prompt_git)%{$reset_color%}' typeset -ga preexec_functions precmd_functions -- cgit 1.4.1