summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2020-12-26 20:13:10 +0200
committerSyndamia <kamen.d.mladenov@protonmail.com>2020-12-26 20:13:56 +0200
commit129fc1a1cd553a22d9d54f3c99b4608c6d757d5f (patch)
tree65677838a4cd8340b79c4927c8ade773f0abb722 /.zshrc
parenta485ac8ed59d9b2cf30c238f4eeddac5e6979be2 (diff)
downloaddotfiles-129fc1a1cd553a22d9d54f3c99b4608c6d757d5f.tar
dotfiles-129fc1a1cd553a22d9d54f3c99b4608c6d757d5f.tar.gz
dotfiles-129fc1a1cd553a22d9d54f3c99b4608c6d757d5f.zip
Made left hand side be a space away from the terminal edge
Diffstat (limited to '.zshrc')
-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
)
}