Change theme to solarized

This commit is contained in:
flyingscorpio@pinebook-pro 2020-03-19 11:30:51 +01:00
parent 7c927e997e
commit f86953786b

View file

@ -153,7 +153,7 @@ if [ -f "$HOME/.bash-git-prompt/gitprompt.sh" ]; then
# GIT_PROMPT_THEME=Custom
# GIT_PROMPT_THEME_FILE=~/.git-prompt-colors.sh
# use theme optimized for solarized color scheme
# GIT_PROMPT_THEME=Solarized
GIT_PROMPT_THEME=Solarized
source ~/.bash-git-prompt/gitprompt.sh
fi