Remove commented defaults
This commit is contained in:
parent
fa5b7afba2
commit
dd4675a3f9
1 changed files with 1 additions and 34 deletions
|
@ -44,41 +44,8 @@ __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
|
||||||
# uncomment to avoid fetching remote status
|
|
||||||
# GIT_PROMPT_FETCH_REMOTE_STATUS=0
|
|
||||||
|
|
||||||
# uncomment to avoid searching for changed files in submodules
|
|
||||||
# GIT_PROMT_IGNORE_SUBMODULES=1
|
|
||||||
|
|
||||||
# uncomment to avoid setting virtual environment info for node/python/conda environments
|
|
||||||
# GIT_PROMT_WITH_VIRTUAL_ENV=0
|
|
||||||
|
|
||||||
# uncomment to show upstream tracking branch
|
|
||||||
# GIT_PROMPT_SHOW_UPSTREAM=1
|
|
||||||
|
|
||||||
# can be no, normal or all; determines counting of untracked files
|
|
||||||
# GIT_PROMPT_SHOW_UNTRACKED_FILES=normal
|
|
||||||
|
|
||||||
# uncomment to avoid printing the number of changed files
|
|
||||||
# GIT_PROMPT_SHOW_CHANGED_FILES_COUNT=0
|
|
||||||
|
|
||||||
# uncomment to support Git older than 1.7.10
|
|
||||||
# GIT_PROMPT_STATUS_COMMAND=gitstatus_pre-1.7.10.sh
|
|
||||||
|
|
||||||
# uncomment for custom prompt start sequence
|
|
||||||
# GIT_PROMPT_START=...
|
|
||||||
|
|
||||||
# uncomment for custom prompt end sequence
|
|
||||||
# GIT_PROMPT_END=...
|
|
||||||
|
|
||||||
# as last entry source the gitprompt script
|
|
||||||
# use custom theme specified in file GIT_PROMPT_THEME_FILE (default ~/.git-prompt-colors.sh)
|
|
||||||
# GIT_PROMPT_THEME=Custom
|
|
||||||
# GIT_PROMPT_THEME_FILE=~/.git-prompt-colors.sh
|
|
||||||
# use theme optimized for solarized color scheme
|
|
||||||
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