Skip to content

Commit

Permalink
agnoster: stronger warning about changing SEGMENT_SEPARATOR character
Browse files Browse the repository at this point in the history
  • Loading branch information
apjanke committed Nov 7, 2015
1 parent e44aa50 commit cc116f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion themes/agnoster.zsh-theme
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc116f6

Please sign in to comment.