From a68a8a4cbe82ebdd50bcea8d01ad4d4d8c1f9563 Mon Sep 17 00:00:00 2001 From: tmont Date: Sun, 8 Jun 2014 21:26:07 -0700 Subject: [PATCH] manually source /etc/bash_completion --- .bashrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.bashrc b/.bashrc index 0fd036e..ddcc736 100644 --- a/.bashrc +++ b/.bashrc @@ -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