From 59d742da9a24b4fb1c31b82ce2203db38332ee5d Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Thu, 23 Aug 2012 19:35:17 +0900 Subject: [PATCH] add LANG env in bashrc --- bashrc | 1 + profile | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 004754d..c1ca3f4 100755 --- a/bashrc +++ b/bashrc @@ -49,6 +49,7 @@ then else export EDITOR=vi fi +export LANG=ja_JP.UTF-8 export LC_MESSAGES=C # export CDPATH=".:~" export VISUAL="$EDITOR" diff --git a/profile b/profile index f0eae98..f828c76 100755 --- a/profile +++ b/profile @@ -3,7 +3,6 @@ # ~/.dotfiles/profile # export PS1="\$ " -# export LANG=ja_JP.UTF-8 export LC_TIME=C export TERMCAP="${TERMCAP}:vb=" export HOSTNAME