1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-02 17:01:19 +02:00

moved to Completion/Unix/Command/_zdump

This commit is contained in:
Sven Wischnowsky 2001-04-02 12:07:18 +00:00
parent 925189174f
commit 54046835ac

@ -1,9 +0,0 @@
#compdef zdump
if (( ! $+_zoneinfo_dirs )); then
_zoneinfo_dirs=( /usr/{share,lib,share/lib}/zoneinfo*(/) )
fi
_arguments '-v[lowest possible]' \
'-c[cutoff]:cutoff year:' \
'*:timezone:_files -W _zoneinfo_dirs'