diff --git a/bash_completion b/bash_completion index c4f494ef..bd5c06db 100644 --- a/bash_completion +++ b/bash_completion @@ -1,6 +1,6 @@ # bash_completion - some programmable completion functions for bash 2.05a # -# $Id: bash_completion,v 1.351 2002/06/09 08:35:56 ianmacd Exp $ +# $Id: bash_completion,v 1.352 2002/06/09 08:38:04 ianmacd Exp $ # # Copyright (C) Ian Macdonald # @@ -52,7 +52,7 @@ complete -d pushd # # START exclude -- do NOT remove this line complete -f -X '!*.bz2' bunzip2 bzcat bzcmp bzdiff bzegrep bzfgrep bzgrep -complete -f -X '!*.@(zip|ZIP|jar|JAR|exe|EXE|pk3|war)' unzip zipinfo +complete -f -X '!*.@(zip|ZIP|jar|JAR|exe|EXE|pk3|war|wsz)' unzip zipinfo complete -f -X '*.Z' compress znew complete -f -X '!*.@(Z|gz|tgz|Gz)' gunzip zcmp zdiff zcat zegrep zfgrep zgrep zless zmore complete -f -X '!*.Z' uncompress