From bfb46ff802ccb65d3cd16047de97c060d0a11f25 Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Fri, 23 Mar 2012 09:48:35 -0400 Subject: [PATCH] Differentiate commit from branch --- themes/sorin/prompt_sorin_setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/sorin/prompt_sorin_setup b/themes/sorin/prompt_sorin_setup index 936fab4..396d082 100644 --- a/themes/sorin/prompt_sorin_setup +++ b/themes/sorin/prompt_sorin_setup @@ -35,7 +35,7 @@ function prompt_sorin_setup() { zstyle ':omz:plugin:git:prompt' deleted ' %%B%F{red}✖%f%%b' zstyle ':omz:plugin:git:prompt' modified ' %%B%F{blue}✱%f%%b' zstyle ':omz:plugin:git:prompt' renamed ' %%B%F{magenta}➜%f%%b' - zstyle ':omz:plugin:git:prompt' commit ':%F{red}%.7c%f' + zstyle ':omz:plugin:git:prompt' commit ':%F{green}%.7c%f' zstyle ':omz:plugin:git:prompt' stashed ' %%B%F{cyan}✭%f%%b' zstyle ':omz:plugin:git:prompt' unmerged ' %%B%F{yellow}═%f%%b' zstyle ':omz:plugin:git:prompt' untracked ' %%B%F{white}◼%f%%b'