mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 21:44:11 +01:00
moved to Completion/Unix/Command/_zdump
This commit is contained in:
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'
|
|
Loading…
Reference in New Issue
Block a user