summaryrefslogtreecommitdiff
path: root/themes/half-life.zsh-theme
diff options
context:
space:
mode:
Diffstat (limited to 'themes/half-life.zsh-theme')
-rw-r--r--themes/half-life.zsh-theme4
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%}●"