diff options
Diffstat (limited to 'Completion/Zsh/Context')
-rw-r--r-- | Completion/Zsh/Context/_value | 2 |
1 files changed, 2 insertions, 0 deletions
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 "$@" |