From 0ef6ef9016684287a576567fb32c96c973dcbcb2 Mon Sep 17 00:00:00 2001 From: Caio Gondim Date: Thu, 17 Jul 2014 17:12:35 +0200 Subject: [PATCH] Fix indentation --- bullet-train.zsh-theme | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bullet-train.zsh-theme b/bullet-train.zsh-theme index a2d3bd0..7fb807e 100644 --- a/bullet-train.zsh-theme +++ b/bullet-train.zsh-theme @@ -138,11 +138,12 @@ prompt_git() { if $(git rev-parse --is-inside-work-tree >/dev/null 2>&1); then prompt_segment $BULLETTRAIN_GIT_BG $BULLETTRAIN_GIT_FG - if [[ $BULLETTRAIN_GIT_STATUS == true ]] then + + if [[ $BULLETTRAIN_GIT_STATUS == true ]] then echo -n $(git_prompt_info)$(git_prompt_status) - else + else echo -n $(git_prompt_info) - fi + fi fi }