summary refs log tree commit diff
path: root/.zshrc
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2016-02-19 11:21:18 -0500
committerJune McEnroe <programble@gmail.com>2016-02-19 11:21:18 -0500
commit8fcc64f177fc3eedc276b7d2752cbeda3da2f615 (patch)
tree2d3abbaeceda3265d6a20ee4e453b8a8cac8b7ae /.zshrc
parentMap scroll wheel in nvim (diff)
downloadsrc-8fcc64f177fc3eedc276b7d2752cbeda3da2f615.tar.gz
src-8fcc64f177fc3eedc276b7d2752cbeda3da2f615.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