diff --git a/template/bash_profile.template.bash b/template/bash_profile.template.bash index 1822ada5..6770fb0c 100755 --- a/template/bash_profile.template.bash +++ b/template/bash_profile.template.bash @@ -40,4 +40,6 @@ export SCM_CHECK=true # export BASH_IT_AUTOMATIC_RELOAD_AFTER_CONFIG_CHANGE=1 # Load Bash It -source $BASH_IT/bash_it.sh +if shopt -q login_shell; then + source $BASH_IT/bash_it.sh +fi