mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-05 21:31:04 +01:00
492f712df2
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
6 lines
186 B
Text
6 lines
186 B
Text
#compdef ua
|
|
|
|
_arguments \
|
|
"1:archive format:(7z bz2 gz lzma lzo rar tar tar.bz2 tar.gz tar.lzma tar.xz tar.Z tbz tgz tlz txz tZ xz Z zip zst)" \
|
|
"*:input files:_files" \
|
|
&& return 0
|