diff options
| -rwxr-xr-x | .zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -126,7 +126,7 @@ export ALIEN_GIT_UN_TRACKED_COLOR=214 # custom symbols -export ALIEN_PROMPT_SYM= +export ALIEN_PROMPT_SYM=" " export ALIEN_GIT_SYM= export ALIEN_BRANCH_SYM= export ALIEN_GIT_ADD_SYM=ﰂ @@ -161,7 +161,7 @@ export ALIEN_SECTIONS_RIGHT=( alien_prompt_section_left_cap() { __section=( - content "%B%b" + content " %B%b" foreground $ALIEN_SECTION_USER_BG ) } |
