From: Don Armstrong Date: Thu, 5 Jun 2008 21:26:04 +0000 (+0000) Subject: * add completion for faf X-Git-Url: https://git.donarmstrong.com/?p=home-base.git;a=commitdiff_plain;h=3313e8ed3fd02457ed753d53f523c06d18531385;ds=sidebyside * add completion for faf --- diff --git a/.bashrc b/.bashrc index a222b7e..99a9e97 100644 --- a/.bashrc +++ b/.bashrc @@ -20,6 +20,10 @@ if [ "$PS1" ]; then fi; # bts debian options + if [ -e bin/faf ]; then + complete -F _command faf + fi; + export DEBEMAIL="don@debian.org" # enable color support of ls and also add handy aliases