mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 08:10:07 +00:00
Merge pull request #102 from dritter/flat_subsegments
Added subsegments in flat-mode.
This commit is contained in:
commit
0733bb380c
1 changed files with 2 additions and 0 deletions
|
@ -129,6 +129,8 @@ case $POWERLEVEL9K_MODE in
|
||||||
'flat')
|
'flat')
|
||||||
icons[LEFT_SEGMENT_SEPARATOR]=''
|
icons[LEFT_SEGMENT_SEPARATOR]=''
|
||||||
icons[RIGHT_SEGMENT_SEPARATOR]=''
|
icons[RIGHT_SEGMENT_SEPARATOR]=''
|
||||||
|
icons[LEFT_SUBSEGMENT_SEPARATOR]='|'
|
||||||
|
icons[RIGHT_SUBSEGMENT_SEPARATOR]='|'
|
||||||
;;
|
;;
|
||||||
'compatible')
|
'compatible')
|
||||||
local LC_ALL="" LC_CTYPE="en_US.UTF-8" # Set the right locale to protect special characters
|
local LC_ALL="" LC_CTYPE="en_US.UTF-8" # Set the right locale to protect special characters
|
||||||
|
|
Loading…
Reference in a new issue