#author("2026-07-31T09:50:30+00:00","default:iseki","iseki") <pre> # .bash_profile #author("2026-07-31T10:08:38+00:00","default:iseki","iseki") # 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 </pre>