diff options
author | Corey Woodcox <corey.woodcox@gmail.com> | 2012-04-04 00:58:09 -0600 |
---|---|---|
committer | Corey Woodcox <corey.woodcox@gmail.com> | 2012-04-04 01:00:04 -0600 |
commit | 0b70b6d0483210b7fcc74ee1073c7de887f4f3ac (patch) | |
tree | d10c868ee87ba45a49876ac85d1cbf51c00bd36f /themes | |
parent | a75aabad1e455dcbf62891ba7370f6c0ea1108b2 (diff) | |
download | zsh-0b70b6d0483210b7fcc74ee1073c7de887f4f3ac.tar.gz zsh-0b70b6d0483210b7fcc74ee1073c7de887f4f3ac.tar.bz2 zsh-0b70b6d0483210b7fcc74ee1073c7de887f4f3ac.zip |
small changes to make it prettier
Diffstat (limited to 'themes')
-rw-r--r-- | themes/half-life.zsh-theme | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/half-life.zsh-theme b/themes/half-life.zsh-theme index 699880027..c8d09ce47 100644 --- a/themes/half-life.zsh-theme +++ b/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%}●" |