#!/bin/sh
#
# $Id: bashrc 760 2004-02-09 18:51:12Z blais $
# $Source$
#
# Bash configuration for this project.
#

# Make bash invoke optcomplete completion for the scripts.
#
# This is not necessary for other users, the scripts will work without 
# auto-generated programmable completion.
complete -F _optcomplete xx-cond-replace
complete -F _optcomplete xx-cvs-diff
complete -F _optcomplete xx-encrypted
complete -F _optcomplete xx-find-grep-sed
complete -F _optcomplete xx-match
complete -F _optcomplete xx-patch-UNFINISHED # FIXME
