zsh-workers
 help / color / mirror / code / Atom feed
cd924bbc72864b21eb28b3a018c0156a865b3199 blob 222 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 -W _zoneinfo_dirs "$@" -
debug log:

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