summaryrefslogtreecommitdiff
path: root/themes/agnoster.zsh-theme
diff options
context:
space:
mode:
authorAndrew Janke <andrew@apjanke.net>2015-11-06 19:44:26 -0500
committerAndrew Janke <andrew@apjanke.net>2015-11-06 19:44:26 -0500
commitcc116f65d621f25a97beee108cfb8884ef5f3518 (patch)
tree06e214187d59857236f77e161d69c5d2b677e2b8 /themes/agnoster.zsh-theme
parente44aa50301cbdb9c713193263e6c0c5a9a5798c0 (diff)
downloadzsh-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-theme3
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