From e5a7bf052b288c9483feabd298c5d3b4f5ba5a51 Mon Sep 17 00:00:00 2001 From: June 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