Commit 0b70b6d0 authored by Corey Woodcox's avatar Corey Woodcox
Browse files

small changes to make it prettier

parent a75aabad
...@@ -49,8 +49,8 @@ zstyle ':vcs_info:*:prompt:*' check-for-changes true ...@@ -49,8 +49,8 @@ zstyle ':vcs_info:*:prompt:*' check-for-changes true
# %R - repository path # %R - repository path
# %S - path in the repository # %S - path in the repository
PR_RST="%{${reset_color}%}" PR_RST="%{${reset_color}%}"
FMT_BRANCH="(%{$turquoise%}%b%u%c${PR_RST})" FMT_BRANCH=" on %{$turquoise%}%b%u%c${PR_RST}"
FMT_ACTION="(%{$limegreen%}%a${PR_RST})" FMT_ACTION=" performing a %{$limegreen%}%a${PR_RST}"
FMT_UNSTAGED="%{$orange%}●" FMT_UNSTAGED="%{$orange%}●"
FMT_STAGED="%{$limegreen%}●" FMT_STAGED="%{$limegreen%}●"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment