diff --git a/bash_completion b/bash_completion index 21eb3828..4bb5c8db 100644 --- a/bash_completion +++ b/bash_completion @@ -1,6 +1,6 @@ # bash_completion - programmable completion functions for bash 3.0 # -# $Id: bash_completion,v 1.845 2006/02/24 11:37:04 ianmacd Exp $ +# $Id: bash_completion,v 1.846 2006/02/24 11:41:04 ianmacd Exp $ # # Copyright (C) Ian Macdonald # @@ -78,7 +78,7 @@ complete -d pushd # # START exclude -- do NOT remove this line complete -f -X '!*.?(t)bz?(2)' bunzip2 bzcat bzcmp bzdiff bzegrep bzfgrep bzgrep -complete -f -X '!*.@(zip|ZIP|jar|JAR|exe|EXE|pk3|war|wsz|ear|zargo|xpi|sxw)' unzip zipinfo +complete -f -X '!*.@(zip|ZIP|jar|JAR|exe|EXE|pk3|war|wsz|ear|zargo|xpi|sxw|ott)' unzip zipinfo complete -f -X '*.Z' compress znew complete -f -X '!*.@(Z|gz|tgz|Gz|dz)' gunzip zcmp zdiff zcat zegrep zfgrep zgrep zless zmore complete -f -X '!*.Z' uncompress