File: bashrc

package info (click to toggle)
optcomplete 1.2-8
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 172 kB
  • ctags: 106
  • sloc: python: 558; sh: 13; makefile: 9
file content (15 lines) | stat: -rw-r--r-- 442 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh
#
# $Id: bashrc,v 1.5 2004/01/28 05:30:12 blais Exp $
# $Source: /u/blais/cvsroot/optcomplete/etc/bashrc,v $
#
# Bash configuration for this project.
#

# source the optcomplete shell functions.
. $PROJDIR/etc/optcomplete.bash

# Make bash invoke optcomplete completion for the test programs.
complete -F _optcomplete optcomplete-simple
complete -F _optcomplete optcomplete-conditional
complete -F _optcomplete optcomplete-commands