diff --git a/template/bash_profile.template.bash b/template/bash_profile.template.bash index 9fda847e..e0750bcc 100755 --- a/template/bash_profile.template.bash +++ b/template/bash_profile.template.bash @@ -27,4 +27,6 @@ export SCM_CHECK=true #export VCPROMPT_EXECUTABLE=~/.vcprompt/bin/vcprompt # Load Bash It -source $BASH_IT/bash_it.sh +if shopt -q login_shell; then + source $BASH_IT/bash_it.sh +fi