Remove extra spaces and add a space after detached_symbol

This commit is contained in:
Yehor Lvivski 2013-09-23 18:10:18 +03:00
parent 92e0493637
commit 80db87d4de

View File

@ -34,7 +34,7 @@ function build_prompt {
if [[ -z "${should_push_symbol}" ]]; then should_push_symbol="↑"; fi if [[ -z "${should_push_symbol}" ]]; then should_push_symbol="↑"; fi
if [[ -z "${has_stashes_symbol}" ]]; then has_stashes_symbol="★"; fi if [[ -z "${has_stashes_symbol}" ]]; then has_stashes_symbol="★"; fi
# Flags # flags
if [[ -z "${display_has_upstream}" ]]; then display_has_upstream=false; fi if [[ -z "${display_has_upstream}" ]]; then display_has_upstream=false; fi
if [[ -z "${display_tag}" ]]; then display_tag=false; fi if [[ -z "${display_tag}" ]]; then display_tag=false; fi
if [[ -z "${display_tag_name}" ]]; then display_tag_name=true; fi if [[ -z "${display_tag_name}" ]]; then display_tag_name=true; fi