From 10a013bda02ede2a093d014d81ab2d0ddc924c7f Mon Sep 17 00:00:00 2001 From: Caio Gondim Date: Sun, 6 Jul 2014 01:48:27 +0200 Subject: [PATCH] Starts prompt in new line --- bullet-train.zsh-theme | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bullet-train.zsh-theme b/bullet-train.zsh-theme index 83a629f..d08fb23 100644 --- a/bullet-train.zsh-theme +++ b/bullet-train.zsh-theme @@ -95,7 +95,10 @@ fi PROMPT="$BULLETTRAIN_SEC1_BG$BULLETTRAIN_SEC1_TXT %k%f$BULLETTRAIN_SEC1_FG%K{blue}"$'\ue0b0'"%k%f%F{white}%K{blue} "$BULLETTRAIN_CURRENT_PATH"%F{blue}"$BULLETTRAIN_GIT_INFO_LEFT" %k"$'\ue0b0'"%f " PROMPT="%K{red} %F{red}%K{yellow}"$'\ue0b0'"%F{white}%K{yellow} "$BULLETTRAIN_DATE" %F{yellow}%K{green}"$'\ue0b0'$PROMPT +PROMPT=$PROMPT" +%{${fg_bold[default]}%}\$ %{$reset_color%}" +# Adds blankline before? if [ "$BULLETTRAIN_NO_BLANK_LINE" = "" ]; then PROMPT=" "$PROMPT