Added the base theme version control status check flag to the template bash profile. This will allow for easy changing of the flag's value without needing to understand the base theme file.

pull/345/head
Carlos E. Reynosa-Nunez 2014-10-04 17:35:15 -07:00
parent 34e9525f1a
commit e100c159d1
1 changed files with 3 additions and 1 deletions

View File

@ -32,9 +32,11 @@ unset MAILCHECK
export IRC_CLIENT='irssi' export IRC_CLIENT='irssi'
# Set this to the command you use for todo.txt-cli # Set this to the command you use for todo.txt-cli
export TODO="t" export TODO="t"
# Set this to false to turn of version control status checking within the prompt for all themes
export SCM_CHECK=true
# Set vcprompt executable path for scm advance info in prompt (demula theme) # Set vcprompt executable path for scm advance info in prompt (demula theme)
# https://github.com/xvzf/vcprompt # https://github.com/xvzf/vcprompt
#export VCPROMPT_EXECUTABLE=~/.vcprompt/bin/vcprompt #export VCPROMPT_EXECUTABLE=~/.vcprompt/bin/vcprompt