1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-03 17:31:33 +02:00
zsh/Completion/User/_zdump

10 lines
238 B
Plaintext
Raw Normal View History

1999-12-03 18:56:21 +01:00
#compdef zdump
if (( ! $+_zoneinfo_dirs )); then
_zoneinfo_dirs=( /usr/{share,lib,share/lib}/zoneinfo*(/) )
1999-12-03 18:56:21 +01:00
fi
_arguments '-v[lowest possible]' \
'-c[cutoff]:cutoff year:' \
'*:timezone:_files -W _zoneinfo_dirs'