diff options
author | Marc Cornellà <marc.cornella@live.com> | 2015-12-15 02:08:45 +0100 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2015-12-15 02:08:45 +0100 |
commit | 8d6fccef81793001cb230ef9c4ff0b77b45682f0 (patch) | |
tree | 0d5778ab68af8d01a1323c3e1c39322126078bfc /themes/agnoster.zsh-theme | |
parent | 93c00cced5e248309986a7ac5cc4c48ad1f0c092 (diff) | |
parent | cc116f65d621f25a97beee108cfb8884ef5f3518 (diff) | |
download | zsh-8d6fccef81793001cb230ef9c4ff0b77b45682f0.tar.gz zsh-8d6fccef81793001cb230ef9c4ff0b77b45682f0.tar.bz2 zsh-8d6fccef81793001cb230ef9c4ff0b77b45682f0.zip |
Merge pull request #4589 from apjanke/agnoster-powerline-char-stronger-warning
agnoster theme: 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 a6bb9c64a..103041eef 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 |