diff --git a/dotfiles/bash/bashrc b/dotfiles/bash/bashrc index c830867..e36c297 100644 --- a/dotfiles/bash/bashrc +++ b/dotfiles/bash/bashrc @@ -44,7 +44,7 @@ __prompt_command() { # Enable bash-git-prompt if [ -f "$HOME/.bash-git-prompt/gitprompt.sh" ]; then GIT_PROMPT_ONLY_IN_REPO=1 - GIT_PROMPT_SHOW_UPSTREAM=1 # show upstream tracking branch + GIT_PROMPT_SHOW_UPSTREAM=1 GIT_PROMPT_THEME=Plague_Doctor source ~/.bash-git-prompt/gitprompt.sh fi