Rev | Line | |
---|
[655] | 1 | #-----------------------------------------------------------
|
---|
| 2 | # Copyright Christian Arnault LAL-Orsay CNRS
|
---|
| 3 | # arnault@lal.in2p3.fr
|
---|
| 4 | # Written by Grigory Rybkin
|
---|
| 5 | # See the complete license in cmt_license.txt "http://www.cecill.info".
|
---|
| 6 | #-----------------------------------------------------------
|
---|
| 7 |
|
---|
| 8 | if complete -p cmt >/dev/null 2>&1; then
|
---|
| 9 | complete -r cmt
|
---|
| 10 | fi
|
---|
| 11 |
|
---|
| 12 | unset -f _cmt
|
---|
| 13 |
|
---|
| 14 | unset -f _cmt_escape_compreply
|
---|
| 15 |
|
---|
| 16 | shopt -u extglob
|
---|
Note:
See
TracBrowser
for help on using the repository browser.