From 0635160db7005fb0df05d6ce4f190acb4becacbb Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Fri, 26 Oct 2001 13:05:45 +0000 Subject: 16174: complete value of $TZ --- Completion/Zsh/Context/_value | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Completion/Zsh') diff --git a/Completion/Zsh/Context/_value b/Completion/Zsh/Context/_value index cb2675c0e..78e929316 100644 --- a/Completion/Zsh/Context/_value +++ b/Completion/Zsh/Context/_value @@ -60,4 +60,6 @@ _value:LDFLAGS () { _value:DISPLAY() { _x_display "$@" } +_value:TZ() { _time_zone "$@" } + _value "$@" -- cgit 1.4.1