Remove comment

This commit is contained in:
flyingscorpio@arch-desktop 2020-07-09 09:33:43 +02:00
parent 45156bb13f
commit 63b4a7603f

View file

@ -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