From 4c6cfd4c2c724e2542acab6464785485dc7b5cf9 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Fri, 9 Mar 2012 03:38:42 +0900 Subject: [PATCH] add lang setting to profile --- bashrc | 1 - profile | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index f4e4a38..13317e5 100755 --- a/bashrc +++ b/bashrc @@ -54,7 +54,6 @@ fi export VISUAL="$EDITOR" export LESS="-iRMX" export LC_MESSAGES=C -# export LANG=ja_JP.UTF-8 # export CDPATH=".:~" # 使い方がよく分からない export GIT_PAGER="$PAGER" export GIT_EDITOR="$EDITOR" diff --git a/profile b/profile index 14cd0db..9819fba 100755 --- a/profile +++ b/profile @@ -2,6 +2,7 @@ env > $HOME/.env.txt # export PS1="\$ " +export LANG=ja_JP.UTF-8 export LC_TIME=C export TERMCAP="${TERMCAP}:vb=" export HOSTNAME