From e100c159d1a1ded6eeb9609a57cc6e6e92882069 Mon Sep 17 00:00:00 2001 From: "Carlos E. Reynosa-Nunez" Date: Sat, 4 Oct 2014 17:35:15 -0700 Subject: [PATCH] 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. --- template/bash_profile.template.bash | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/template/bash_profile.template.bash b/template/bash_profile.template.bash index 60cac9ea..97394c34 100644 --- a/template/bash_profile.template.bash +++ b/template/bash_profile.template.bash @@ -32,9 +32,11 @@ unset MAILCHECK export IRC_CLIENT='irssi' # Set this to the command you use for todo.txt-cli - 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) # https://github.com/xvzf/vcprompt #export VCPROMPT_EXECUTABLE=~/.vcprompt/bin/vcprompt