Just avoid sourcing bash-it when not on a login shell.
pull/481/head
Antoine Dechaume 2015-05-19 15:49:38 +02:00
parent 60ce757151
commit 834826ed34
1 changed files with 3 additions and 1 deletions

View File

@ -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