summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2015-02-18 13:36:38 -0500
committerJune McEnroe <june@causal.agency>2015-02-18 13:36:38 -0500
commita59595e19f643ab73db95eb33ea2a5eadc93f93c (patch)
treeaf35065cff1372440fc4af96d0b299b0567341a3
parentFix timeoutlen so leader still works (diff)
downloadsrc-a59595e19f643ab73db95eb33ea2a5eadc93f93c.tar.gz
src-a59595e19f643ab73db95eb33ea2a5eadc93f93c.zip
Truncate RPROMPT with negative length
Diffstat (limited to '')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index a16ceeca..551033da 100644
--- a/.zshrc
+++ b/.zshrc
@@ -37,7 +37,7 @@ _prompt_git_branch() {
   esac
 }
 PROMPT='%{%(?.$fg[green]$_prompt_ssh_color.$fg[red])%}»%{$reset_color%} '
-RPROMPT='%{$fg[blue]%}%30<…<%~%{$fg[yellow]%}$(_prompt_git_branch)%{$reset_color%}'
+RPROMPT='%{$fg[blue]%}%-50<…<%~%{$fg[yellow]%}$(_prompt_git_branch)%{$reset_color%}'
 
 # Set title to directory name at prompt, prefixed with hostname over SSH. Add
 # current command to title while running.