diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2020-12-26 20:13:10 +0200 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2020-12-26 20:13:56 +0200 |
| commit | 129fc1a1cd553a22d9d54f3c99b4608c6d757d5f (patch) | |
| tree | 65677838a4cd8340b79c4927c8ade773f0abb722 /.zshrc | |
| parent | a485ac8ed59d9b2cf30c238f4eeddac5e6979be2 (diff) | |
| download | dotfiles-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 | .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 ) } |
