manually source /etc/bash_completion

This commit is contained in:
tmont 2014-06-08 21:26:07 -07:00
parent 92fe3da277
commit a68a8a4cbe

View File

@ -6,6 +6,10 @@ if [ -f ~/.git-prompt.sh ]; then
source ~/.git-prompt.sh
fi
if [ -f /etc/bash_completion ]; then
source /etc/bash_completion
fi
export EDITOR=vim
export WEBIDE_JDK=/usr/lib/jvm/java-1.7.0-openjdk-amd64