]> git.donarmstrong.com Git - home-base.git/commitdiff
* add completion for faf
authorDon Armstrong <don@donarmstrong.com>
Thu, 5 Jun 2008 21:26:04 +0000 (21:26 +0000)
committerDon Armstrong <don@donarmstrong.com>
Thu, 5 Jun 2008 21:26:04 +0000 (21:26 +0000)
.bashrc

diff --git a/.bashrc b/.bashrc
index a222b7ec8e6886c0d1374ad6648f1478c96b151a..99a9e9713b9899ddd0d7b39e896662a02ca99b15 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -20,6 +20,10 @@ if [ "$PS1" ]; then
     fi;
     # bts debian options
 
     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
     export DEBEMAIL="don@debian.org"
 
     # enable color support of ls and also add handy aliases