diff --git a/bash_completion b/bash_completion index 5603d882..dab12cb9 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.471 2002/12/05 02:18:17 ianmacd Exp $ +# $Id: bash_completion,v 1.472 2002/12/05 02:31:52 ianmacd Exp $ # # Copyright (C) Ian Macdonald # @@ -52,7 +52,7 @@ complete -d pushd # # START exclude -- do NOT remove this line complete -f -X '!*.?(t)bz2' bunzip2 bzcat bzcmp bzdiff bzegrep bzfgrep bzgrep -complete -f -X '!*.@(zip|ZIP|jar|JAR|exe|EXE|pk3|war|wsz|ear)' unzip zipinfo +complete -f -X '!*.@(zip|ZIP|jar|JAR|exe|EXE|pk3|war|wsz|ear|zargo)' 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