mirror of
https://gitee.com/mirrors/ohmyzsh.git
synced 2026-08-01 04:05:24 +08:00
LANG is a colon-separated list of prefered locales; LC_CTYPE is single entry, therefore we need to remove all but one entry. Also, there is no need setting it if it is already set (LC_ALL also sets LC_CTYPE, so we check it too).