mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-10 04:26:17 +02: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
|
# 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
|
# what font the user is viewing this source code in. Do not replace the
|
||||||
# escape sequence with a single literal character.
|
# escape sequence with a single literal character.
|
||||||
SEGMENT_SEPARATOR=$'\ue0b0' #
|
SEGMENT_SEPARATOR=$'\u2b80' # ⮀
|
||||||
}
|
}
|
||||||
|
|
||||||
# Begin a segment
|
# Begin a segment
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue