From 0516660c7fd8817d2fa83ca569781e1bb4861cda Mon Sep 17 00:00:00 2001 From: guneysus Date: Fri, 23 Jan 2015 17:18:13 +0200 Subject: [PATCH] Short sha fixed --- themes/powerline_fancy.zsh-theme | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/powerline_fancy.zsh-theme b/themes/powerline_fancy.zsh-theme index 42be0eea6..9b0a55133 100644 --- a/themes/powerline_fancy.zsh-theme +++ b/themes/powerline_fancy.zsh-theme @@ -157,4 +157,5 @@ if [ "$POWERLINE_DISABLE_RPROMPT" = "" ]; then fi fi -RPROMPT="(%F{green}$(git_prompt_short_sha)%f)" +POWERLINE_GIT_INFO_RIGHT='$(git_prompt_short_sha)' +RPROMPT="%F{green}$POWERLINE_GIT_INFO_RIGHT"