Browse Source

add lang setting to profile

pull/1/head
10sr 12 years ago
parent
commit
4c6cfd4c2c
2 changed files with 1 additions and 1 deletions
  1. +0
    -1
      bashrc
  2. +1
    -0
      profile

+ 0
- 1
bashrc View File

@@ -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"


+ 1
- 0
profile View File

@@ -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


Loading…
Cancel
Save