From c09b8827a55b566e57b2c5b0cb9d5751bc2744a7 Mon Sep 17 00:00:00 2001 From: Caio Gondim Date: Fri, 18 Jul 2014 12:03:22 +0200 Subject: [PATCH] Removes trailling whitespaces --- bullet-train.zsh-theme | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bullet-train.zsh-theme b/bullet-train.zsh-theme index e34da6c..2514bfe 100644 --- a/bullet-train.zsh-theme +++ b/bullet-train.zsh-theme @@ -269,11 +269,11 @@ prompt_status() { # Prompt Character prompt_char() { local bt_prompt_char - + if [[ ${#BULLETTRAIN_PROMPT_CHAR} -eq 1 ]] then bt_prompt_char="${BULLETTRAIN_PROMPT_CHAR}" fi - + if [[ $BULLETTRAIN_PROMPT_ROOT == true ]] then bt_prompt_char="%(!.%F{red}#.%F{green}${bt_prompt_char})" fi