1
0
Fork 0
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:
Tanaka Akira 2000-01-14 20:14:05 +00:00
parent e142bdeb17
commit 5b5fe07875

View file

@ -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