浏览代码

small changes to make it prettier

Corey Woodcox 12 年之前
父节点
当前提交
0b70b6d048
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      themes/half-life.zsh-theme

+ 2 - 2
themes/half-life.zsh-theme

@@ -49,8 +49,8 @@ zstyle ':vcs_info:*:prompt:*' check-for-changes true
 # %R - repository path
 # %S - path in the repository
 PR_RST="%{${reset_color}%}"
-FMT_BRANCH="(%{$turquoise%}%b%u%c${PR_RST})"
-FMT_ACTION="(%{$limegreen%}%a${PR_RST})"
+FMT_BRANCH=" on %{$turquoise%}%b%u%c${PR_RST}"
+FMT_ACTION=" performing a %{$limegreen%}%a${PR_RST}"
 FMT_UNSTAGED="%{$orange%}●"
 FMT_STAGED="%{$limegreen%}●"