mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
agnoster: stronger warning about changing SEGMENT_SEPARATOR character
This commit is contained in:
parent
e44aa50301
commit
cc116f65d6
1 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,8 @@ 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' #
|
||||
# Do not change this! Do not make it '\u2b80'; that is the old, wrong code point.
|
||||
SEGMENT_SEPARATOR=$'\ue0b0'
|
||||
}
|
||||
|
||||
# Begin a segment
|
||||
|
|
Loading…
Reference in a new issue