summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index 0c6437d..acec32f 100755
--- a/.zshrc
+++ b/.zshrc
@@ -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
)
}