diff --git a/bash_completion b/bash_completion index 91cdd805..820144fe 100644 --- a/bash_completion +++ b/bash_completion @@ -1,6 +1,6 @@ # bash_completion - some programmable completion functions for bash 2.05b # -# $Id: bash_completion,v 1.791 2005/07/07 21:45:26 ianmacd Exp $ +# $Id: bash_completion,v 1.792 2005/07/07 21:52:03 ianmacd Exp $ # # Copyright (C) Ian Macdonald # @@ -111,9 +111,9 @@ complete -f -X '*.@(o|so|so.!(conf)|a|rpm|gif|GIF|jp?(e)g|JP?(E)G|mp3|MP3|mp?(e) complete -f -X '!*.@(exe|EXE|com|COM|scr|SCR)' wine complete -f -X '!*.@(zip|ZIP|z|Z|gz|GZ|tgz|TGZ)' bzme complete -f -X '!*.@(?([xX]|[sS])[hH][tT][mM]?([lL]))' netscape mozilla lynx opera galeon curl dillo elinks amaya -complete -f -X '!*.@(sxw|stw|sxg|doc|dot|rtf|txt|htm|html)' oowriter -complete -f -X '!*.@(sxi|sti|pps|ppt|pot)' ooimpress -complete -f -X '!*.@(sxc|stc|xls|xlw|xlt|csv)' oocalc +complete -f -X '!*.@(sxw|stw|sxg|doc|dot|rtf|txt|htm|html|odt|ott)' oowriter +complete -f -X '!*.@(sxi|sti|pps|ppt|pot|odp|otp)' ooimpress +complete -f -X '!*.@(sxc|stc|xls|xlw|xlt|csv|ods|ots)' oocalc # FINISH exclude -- do not remove this line # start of section containing compspecs that can be handled within bash