From d2acf1664681464caf5409f7ea12ce14af69b163 Mon Sep 17 00:00:00 2001 From: AlfredoBejarano Date: Wed, 20 Apr 2016 00:32:28 -0500 Subject: [PATCH] Changes color for git status prompt --- themes/cooperkid/cooperkid.theme.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/cooperkid/cooperkid.theme.bash b/themes/cooperkid/cooperkid.theme.bash index d46c885e..60e4adec 100644 --- a/themes/cooperkid/cooperkid.theme.bash +++ b/themes/cooperkid/cooperkid.theme.bash @@ -20,7 +20,7 @@ function prompt() { local return_status="" local ruby="${red}$(ruby_version_prompt)${reset_color}" local user_host="${green}\h @ \w${reset_color}" - local git_branch="$(git_short_sha)$(scm_prompt_info)" + local git_branch="$(git_short_sha)${cyan}$(scm_prompt_info)${reset_color}" local prompt_symbol=' ' local prompt_char="${purple}>_${reset_color} "