zsh-workers
 help / color / mirror / code / Atom feed
c9442ebf6272265d81f7131b42a381fda2d3e8cd blob 236 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 -F "([a-z]*)" "$@" -
debug log:

solving c9442eb ...
found c9442eb in https://inbox.vuxu.org/zsh-workers/875yo3b3ka.fsf@smokey/
found cd924bb in https://git.vuxu.org/mirror/zsh/
preparing index
index prepared:
100644 cd924bbc72864b21eb28b3a018c0156a865b3199	Completion/Unix/Type/_time_zone

applying [1/1] https://inbox.vuxu.org/zsh-workers/875yo3b3ka.fsf@smokey/
diff --git a/Completion/Unix/Type/_time_zone b/Completion/Unix/Type/_time_zone
index cd924bb..c9442eb 100644

Checking patch Completion/Unix/Type/_time_zone...
Applied patch Completion/Unix/Type/_time_zone cleanly.

index at:
100644 c9442ebf6272265d81f7131b42a381fda2d3e8cd	Completion/Unix/Type/_time_zone

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).