about summary refs log tree commit diff
path: root/Completion/Unix/Type/_time_zone
blob: 0fed44040de01b81e7e8aeed8f9e22caf9edca51 (plain) (blame)
1
2
3
4
5
6
7
8
9
#compdef

local expl

if (( ! $+_zoneinfo_dirs )); then
  _zoneinfo_dirs=( /usr/{share,lib,share/lib}/zoneinfo*(/) )
fi

_wanted timezone expl 'time zone' _files -W _zoneinfo_dirs