浏览代码

updated symbol

Alexander Berezovsky 12 年之前
父节点
当前提交
8f7b126d2f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      themes/fino-time.zsh-theme

+ 1 - 1
themes/fino-time.zsh-theme

@@ -16,7 +16,7 @@ function virtualenv_info {
 }
 }
 
 
 function prompt_char {
 function prompt_char {
-    git branch >/dev/null 2>/dev/null && echo '±' && return
+    git branch >/dev/null 2>/dev/null && echo '⠠⠵' && return
     echo '○'
     echo '○'
 }
 }