From 3313e8ed3fd02457ed753d53f523c06d18531385 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Thu, 5 Jun 2008 21:26:04 +0000 Subject: [PATCH] * add completion for faf --- .bashrc | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.39.2