mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-28 05:00:59 +01:00
16177: also look in /usr/lib/locale/TZ for time zones
This commit is contained in:
parent
6a75b3c0c5
commit
f3f81f0837
2 changed files with 6 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
local expl
|
||||
|
||||
if (( ! $+_zoneinfo_dirs )); then
|
||||
_zoneinfo_dirs=( /usr/{share,lib,share/lib}/zoneinfo*(/) )
|
||||
_zoneinfo_dirs=( /usr/{share,lib,share/lib}/{zoneinfo*,locale/TZ}(/) )
|
||||
fi
|
||||
|
||||
_wanted timezone expl 'time zone' _files -W _zoneinfo_dirs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue