- add .zargo to list of extensions that unzip can complete on (this is for
Gentleware)
This commit is contained in:
parent
36e49c9c1a
commit
b64e48ad03
@ -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 <ian@caliban.org>
|
||||
#
|
||||
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user