From 90fbb687080a872eb21b54229b55df0b07616735 Mon Sep 17 00:00:00 2001 From: Proctor Date: Fri, 19 Oct 2012 17:22:16 -0500 Subject: [PATCH] update to to bash completion --- .bash_profile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.bash_profile b/.bash_profile index e612dcf..952b386 100644 --- a/.bash_profile +++ b/.bash_profile @@ -5,6 +5,10 @@ set -o vi export CLICOLOR=1 +if [ -f $(brew --prefix)/etc/bash_completion ]; then + . $(brew --prefix)/etc/bash_completion +fi + # came from Aaron Lasseigne (AaronLasseigne on GitHub) battery_status() {