/bash_completion.d/xxdiff/bashrc

http://github.com/brinkman83/bashrc · #! · 16 lines · 15 code · 1 blank · 0 comment · 0 complexity · 52464fc68e6c75c73c59d9b5e39f14b9 MD5 · raw file

  1. # $Id: bashrc 760 2004-02-09 18:51:12Z blais $
  2. # $Source$
  3. #
  4. # Bash configuration for this project.
  5. #
  6. # Make bash invoke optcomplete completion for the scripts.
  7. #
  8. # This is not necessary for other users, the scripts will work without
  9. # auto-generated programmable completion.
  10. complete -F _optcomplete xx-cond-replace
  11. complete -F _optcomplete xx-cvs-diff
  12. complete -F _optcomplete xx-encrypted
  13. complete -F _optcomplete xx-find-grep-sed
  14. complete -F _optcomplete xx-match
  15. # complete -F _optcomplete xx-patch-UNFINISHED # FIXME