From d8be416b264c8dc72fc0e87da3a4b2721b7b495f Mon Sep 17 00:00:00 2001 From: ianmacd <> Date: Tue, 16 Jul 2002 06:16:50 +0000 Subject: [PATCH] - bzgrep et all now also recognise .tbz2 - update release to 20020716 --- bash_completion | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bash_completion b/bash_completion index d3ab844c..0646237e 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.382 2002/07/16 01:07:03 ianmacd Exp $ +# $Id: bash_completion,v 1.383 2002/07/16 08:16:50 ianmacd Exp $ # # Copyright (C) Ian Macdonald # @@ -18,7 +18,7 @@ # along with this program; if not, write to the Free Software Foundation, # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -# RELEASE: 20020711 +# RELEASE: 20020716 [ -n "$DEBUG" ] && set -v || set +v @@ -51,7 +51,7 @@ complete -d pushd # Do NOT break these over multiple lines. # # START exclude -- do NOT remove this line -complete -f -X '!*.bz2' bunzip2 bzcat bzcmp bzdiff bzegrep bzfgrep bzgrep +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 '*.Z' compress znew complete -f -X '!*.@(Z|gz|tgz|Gz)' gunzip zcmp zdiff zcat zegrep zfgrep zgrep zless zmore