zsh-workers
 help / color / mirror / code / Atom feed
c437252a83f38392ab3849fac7167ca65ffd06de blob 234 bytes (raw)

1
2
3
4
5
6
7
8
9
 
#compdef -value-,TZ,-default-

local expl

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

_wanted time-zones expl 'time zone' _files -g '[A-Z]*' -W _zoneinfo_dirs "$@" -
debug log:

solving c437252a8 ...
found c437252a8 in https://git.vuxu.org/mirror/zsh/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).