From b64e48ad037b2f8ccf0f4c18784b54a75ae654f6 Mon Sep 17 00:00:00 2001 From: ianmacd <> Date: Thu, 5 Dec 2002 01:31:52 +0000 Subject: [PATCH] - add .zargo to list of extensions that unzip can complete on (this is for Gentleware) --- bash_completion | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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