bash/.bash_profle
をテンプレートにして作成
[
トップ
] [
タイトル一覧
|
ページ一覧
|
新規
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
<pre>
# .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
</pre>
終了行:
<pre>
# .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
</pre>
ページ名: