Add safe vcprompt use to demula theme and monokai colors. Update default template to include vcprompt path.
diff --git a/template/bash_profile.template.bash b/template/bash_profile.template.bash
index 17853b1..6f86712 100644
--- a/template/bash_profile.template.bash
+++ b/template/bash_profile.template.bash
@@ -50,5 +50,9 @@
# Set store directory for handmade commandline history tool
export hchtstoredir="$HOME/.hcht"
+# Set vcprompt executable path for scm advance info in prompt (demula theme)
+# https://github.com/xvzf/vcprompt
+#export VCPROMPT_EXECUTABLE=~/.vcprompt/bin/vcprompt
+
# Load Bash It
source $BASH/bash_it.sh