Changes color for git status prompt

This commit is contained in:
AlfredoBejarano
2016-04-20 00:32:28 -05:00
parent 07236c0571
commit d2acf16646

View File

@@ -20,7 +20,7 @@ function prompt() {
local return_status="" local return_status=""
local ruby="${red}$(ruby_version_prompt)${reset_color}" local ruby="${red}$(ruby_version_prompt)${reset_color}"
local user_host="${green}\h @ \w${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_symbol=' '
local prompt_char="${purple}>_${reset_color} " local prompt_char="${purple}>_${reset_color} "