Remove comment
This commit is contained in:
parent
45156bb13f
commit
63b4a7603f
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ __prompt_command() {
|
||||||
# Enable bash-git-prompt
|
# Enable bash-git-prompt
|
||||||
if [ -f "$HOME/.bash-git-prompt/gitprompt.sh" ]; then
|
if [ -f "$HOME/.bash-git-prompt/gitprompt.sh" ]; then
|
||||||
GIT_PROMPT_ONLY_IN_REPO=1
|
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
|
GIT_PROMPT_THEME=Plague_Doctor
|
||||||
source ~/.bash-git-prompt/gitprompt.sh
|
source ~/.bash-git-prompt/gitprompt.sh
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue