summary refs log tree commit diff
path: root/.zshrc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2016-02-19 11:21:18 -0500
committerJune McEnroe <june@causal.agency>2016-02-19 11:21:18 -0500
commite5a7bf052b288c9483feabd298c5d3b4f5ba5a51 (patch)
tree53d2c89a2449f0762abc46f24a1a07704ffe5c9a /.zshrc
parentMap scroll wheel in nvim (diff)
downloadsrc-e5a7bf052b288c9483feabd298c5d3b4f5ba5a51.tar.gz
src-e5a7bf052b288c9483feabd298c5d3b4f5ba5a51.zip
Fix rprompt truncation
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
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