mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-27 03:14:56 +01:00
customize segment separator of agnoster theme
change SEGMENT_SEPARATOR of agnoster theme to a better choice
This commit is contained in:
parent
e44aa50301
commit
74ec7f1312
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ CURRENT_BG='NONE'
|
|||
# This is defined using a Unicode escape sequence so it is unambiguously readable, regardless of
|
||||
# what font the user is viewing this source code in. Do not replace the
|
||||
# escape sequence with a single literal character.
|
||||
SEGMENT_SEPARATOR=$'\ue0b0' #
|
||||
SEGMENT_SEPARATOR=$'\u2b80' # ⮀
|
||||
}
|
||||
|
||||
# Begin a segment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue