Removes trailling whitespaces

This commit is contained in:
Caio Gondim
2014-07-18 12:03:22 +02:00
parent 8355f03e4a
commit c09b8827a5

View File

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