# .bash_profile

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
   . ~/.bashrc
fi

# User specific environment and startup programs
stty dec pass8 cs8 erase '^H'
#LANG=ja_JP.UTF-8
LANG=C.UTF-8

if [ "$TERM" = "linux" ]; then
   LANG=C
   stty erase '^?'
fi

#
# addpath $HOME/bin
BASH_ENV=$HOME/.bashrc
USERNAME=""

export LANG USERNAME BASH_ENV PATH LESSOPEN PKG_CONFIG_PATH

トップ   新規 ページ一覧 検索 最終更新   ヘルプ   最終更新のRSS