Change source control color

This commit is contained in:
Ivan Malison 2016-09-07 16:03:19 -07:00
parent eb96b914cc
commit 04405d1c85
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8
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 {

View File

@ -12,7 +12,7 @@ ARCH_PACKAGES = [
"the_silver_searcher", "jdk8-openjdk", "openjdk8-doc", "openjdk8-src",
"scala", "clojure", "go", "ruby", "node", "ghc", "rust", "nodejs", "nvm",
"nvidia-settings", "gnome-tweak-tool", "screenfetch", "htop", "tmux",
"texlive-most",
"texlive-most", "leiningen", "boot", "gnome-settings-daemon"
]