diff options
author | Andrew Janke <andrew@apjanke.net> | 2015-11-06 19:44:26 -0500 |
---|---|---|
committer | Andrew Janke <andrew@apjanke.net> | 2015-11-06 19:44:26 -0500 |
commit | cc116f65d621f25a97beee108cfb8884ef5f3518 (patch) | |
tree | 06e214187d59857236f77e161d69c5d2b677e2b8 /themes/agnoster.zsh-theme | |
parent | e44aa50301cbdb9c713193263e6c0c5a9a5798c0 (diff) | |
download | zsh-cc116f65d621f25a97beee108cfb8884ef5f3518.tar.gz zsh-cc116f65d621f25a97beee108cfb8884ef5f3518.tar.bz2 zsh-cc116f65d621f25a97beee108cfb8884ef5f3518.zip |
agnoster: stronger warning about changing SEGMENT_SEPARATOR character
Diffstat (limited to 'themes/agnoster.zsh-theme')
-rw-r--r-- | themes/agnoster.zsh-theme | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/agnoster.zsh-theme b/themes/agnoster.zsh-theme index e54346acf..c981213f8 100644 --- a/themes/agnoster.zsh-theme +++ b/themes/agnoster.zsh-theme @@ -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 |