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 > web frontend for git
about summary refs log tree commit diff
path: root/ui-plain.h (unfollow)
Commit message (Expand)Author
2013-04-10ui-snapshot.c: Prepend "V" when guessing ref namesLukas Fleischer
2013-04-10t0107: Skip ZIP tests if unzip(1) isn't availableLukas Fleischer
2013-04-10tests/: Do not use `sed -i`Lukas Fleischer
2013-04-10Add branch-sort and repo.branch-sort options.Jason A. Donenfeld
2013-04-10t0109: chain operations with &&John Keeping
2013-04-10cgit.c: Do not restore unset environment variablesLukas Fleischer
2013-04-09t0107: Use `tar -z` for gzip'ed archivesLukas Fleischer