From 129fc1a1cd553a22d9d54f3c99b4608c6d757d5f Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sat, 26 Dec 2020 20:13:10 +0200 Subject: Made left hand side be a space away from the terminal edge --- .zshrc | 4 ++-- 1 file 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 ) } -- cgit v1.2.3