diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2015-09-28 20:42:37 +0300 |
---|---|---|
committer | Ben Hilburn <bhilburn@gmail.com> | 2015-09-28 20:42:37 +0300 |
commit | 0733bb380cd50b135bbdb6aecfd39085deebb5b7 (patch) | |
tree | 3da653d5cbbf9d09f03a98acd1b7df5f57c69f26 | |
parent | 6cec4ce40059fe4b1450794f20f7ab5fbda0735d (diff) | |
parent | 58d5f9a07877c488b5b53c00dd57d9bb0c638f4e (diff) |
Merge pull request #102 from dritter/flat_subsegments
Added subsegments in flat-mode.
-rw-r--r-- | powerlevel9k.zsh-theme | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/powerlevel9k.zsh-theme b/powerlevel9k.zsh-theme index 86fc2c42..f302433d 100644 --- a/powerlevel9k.zsh-theme +++ b/powerlevel9k.zsh-theme @@ -129,6 +129,8 @@ case $POWERLEVEL9K_MODE in 'flat') icons[LEFT_SEGMENT_SEPARATOR]='' icons[RIGHT_SEGMENT_SEPARATOR]='' + icons[LEFT_SUBSEGMENT_SEPARATOR]='|' + icons[RIGHT_SUBSEGMENT_SEPARATOR]='|' ;; 'compatible') local LC_ALL="" LC_CTYPE="en_US.UTF-8" # Set the right locale to protect special characters |