mirror of
https://github.com/Cornelicorn/bullet-train.zsh.git
synced 2025-12-09 05:00:38 +01:00
Removes trailling whitespaces
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user