From 2fe093732d513000fc73168bf84120e4129be3df Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Tue, 22 Apr 2014 14:56:20 +0900 Subject: [PATCH] always use LANG=C when TERM=linux --- shrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shrc b/shrc index f6e09df..72c82cd 100755 --- a/shrc +++ b/shrc @@ -113,7 +113,7 @@ fi ################################## # EnvVal definitions -export LANG=ja_JP.UTF-8 +test "$TERM" = linux && export LANG=C export LC_MESSAGES=C export LC_TIME=C