diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-12-06 21:59:42 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-12-06 21:59:42 +0800 |
commit | 95c9bd3ad3e2ad07a71a11910e09132d6f15842d (patch) | |
tree | fc42e4af35e85a0820b0b96d5379bbebace13ba9 | |
parent | c51a8d9f62ba9fd260ab3d4cde164c081ed20988 (diff) | |
download | dotfiles-95c9bd3ad3e2ad07a71a11910e09132d6f15842d.tar.bz2 |
_profile: Remove "LC_CTYPE" again, as well as "LC_MONETARY"
-rw-r--r-- | _profile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -65,8 +65,6 @@ fi ## Language and locale export LANG="en_US.UTF-8" -export LC_CTYPE="zh_CN.UTF-8" -export LC_MONETARY="zh_CN.UTF-8" export LC_COLLATE="C" ## Chinese input method |