Short sha fixed

This commit is contained in:
guneysus 2015-01-23 17:18:13 +02:00
commit 0516660c7f

View file

@ -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"