From 6d2cd63eb81ff8e5c1144b03cc9b6a60b3e55b1b Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Wed, 14 Mar 2012 13:59:30 -0700 Subject: [PATCH] Move pending changes flag to front of git branch name --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index e00c7bd..e71821d 100644 --- a/zshrc +++ b/zshrc @@ -65,7 +65,7 @@ precmd_git_rprompt() RPROMPT="$branch" echo $gstat | grep '^nothing' 1>/dev/null 2>&1 if [[ $? != 0 ]]; then - RPROMPT="$RPROMPT%B%F{green}*%f%b" + RPROMPT="%B%F{green}*%f%b$RPROMPT" fi }