zsh-workers
 help / color / mirror / code / Atom feed
a7b63adcd2fab97d3fc85e5715e572699cf138e1 blob 257 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
 
#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]*' -M 'm:{a-z}={A-Z}' -W _zoneinfo_dirs "$@" -
debug log:

solving a7b63adcd ...
found a7b63adcd 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).