mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 10:01:11 +02:00
zsh-workers/9324
This commit is contained in:
parent
e142bdeb17
commit
5b5fe07875
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ _description files expl 'archive file'
|
|||
|
||||
if [[ "$1" = *[tx]* ]]; then
|
||||
if [[ "$1" = *[zZ]* ]]; then
|
||||
_files "$expl[@]" -g '*.((tar|TAR).(gz|GZ|Z)|.tgz)'
|
||||
_files "$expl[@]" -g '*.((tar|TAR).(gz|GZ|Z)|tgz)'
|
||||
elif [[ "$1" = *I* ]]; then
|
||||
_files "$expl[@]" -g '*.(tar|TAR).bz2'
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue