1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-03 20:20:56 +02:00
zsh/Completion/User/_zdump
2000-03-24 00:01:54 +00:00

9 lines
270 B
Text

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