about summary refs log tree commit diff
path: root/Completion/Unix/Type/_time_zone
blob: 1ae921b61f40e62f3bb878c4a3e93199d99189d8 (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*,locale/TZ}(/) )
fi

_wanted time-zones expl 'time zone' _files -W _zoneinfo_dirs