From 2b5b19f9a3ca90cb34281bb6420d1694f52bb0d7 Mon Sep 17 00:00:00 2001 From: shaoying Date: Wed, 16 Dec 2020 10:18:32 +0800 Subject: [PATCH] opt some --- etc/conf/bash_local.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/conf/bash_local.sh b/etc/conf/bash_local.sh index 9dd3f14a..e44034fd 100644 --- a/etc/conf/bash_local.sh +++ b/etc/conf/bash_local.sh @@ -1,5 +1,8 @@ #!/bin/bash +# export LC_ALL=zh_CN.utf-8 +export LC_ALL=en_US.utf-8 + export CTX_ROOT=${CTX_ROOT:=~/contexts} export GOROOT=$CTX_ROOT/usr/local/go