mirror of
https://github.com/Cornelicorn/bullet-train.zsh.git
synced 2025-12-06 11:50:38 +01:00
Removing unnecessary space in from of Git prompt
This commit is contained in:
@@ -199,7 +199,7 @@ fi
|
||||
|
||||
# GIT PROMPT
|
||||
if [ ! -n "${BULLETTRAIN_GIT_PREFIX+1}" ]; then
|
||||
ZSH_THEME_GIT_PROMPT_PREFIX=" \ue0a0 "
|
||||
ZSH_THEME_GIT_PROMPT_PREFIX="\ue0a0 "
|
||||
else
|
||||
ZSH_THEME_GIT_PROMPT_PREFIX=$BULLETTRAIN_GIT_PREFIX
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user