Change source control color

This commit is contained in:
2016-09-07 16:03:19 -07:00
parent eb96b914cc
commit 04405d1c85
2 changed files with 2 additions and 2 deletions

View File

@@ -102,7 +102,7 @@ function prompt_tomorrow_colors {
export HOSTNAME_COLOR="$fg[yellow]"
export USERNAME_COLOR="$fg[blue]"
export CURRENT_DIRECTORY_COLOR="$fg[red]"
export SOURCE_CONTROL_COLOR="$fg[white]"
export SOURCE_CONTROL_COLOR="$fg[gray]"
}
function prompt_monokai_colors {