浏览代码

Merge pull request #4589 from apjanke/agnoster-powerline-char-stronger-warning

agnoster theme: stronger warning about changing SEGMENT_SEPARATOR character
Marc Cornellà 9 年之前
父节点
当前提交
8d6fccef81
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      themes/agnoster.zsh-theme

+ 2 - 1
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