From 63b4a7603f21dd53e779737319ec710b4e0b2e72 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Thu, 9 Jul 2020 09:33:43 +0200 Subject: [PATCH] Remove comment --- dotfiles/bash/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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