From 1521d60f7d33f7010e3d2a0415863ea24d5f4192 Mon Sep 17 00:00:00 2001 From: Nathan Stilwell Date: Mon, 2 Dec 2013 11:12:29 -0500 Subject: [PATCH] tweaking the prompt --- themes/nathanstilwell.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/nathanstilwell.zsh-theme b/themes/nathanstilwell.zsh-theme index a37dcaec6..2e8c4cf29 100644 --- a/themes/nathanstilwell.zsh-theme +++ b/themes/nathanstilwell.zsh-theme @@ -17,7 +17,7 @@ # $FG[145] - white PROMPT='%{$fg[green]%}[$(collapse_pwd)] -%{$fg[yellow]%}$(git_prompt_short_sha)%{$reset_color%}$(git_prompt_info)%{$reset_color%} ' +%{$fg[cyan]%}$(git_prompt_short_sha)%{$reset_color%}$(git_prompt_info)%{$reset_color%} > ' ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg[red]%}" ZSH_THEME_GIT_PROMPT_SUFFIX=""