view profile @ 16:457d7aa2cb2f default tip

from oleander PowerBookG4.
author kent <kent@cr.ie.u-ryukyu.ac.jp>
date Fri, 12 Mar 2010 16:58:46 +0900
parents 6d5c73fe5744
children
line wrap: on
line source


export PATH="/usr/local/bin:/bin:/sbin:/usr/bin:/usr/sbin"

export LANG=ja_JP.eucJP
export LANGUAGE=ja_JP.eucJP
export LC_ALL=ja_JP.eucJP
export LC_COLLATE=C
export LC_TIME=C
export LC_CTYPE=ja_JP.eucJP
export PAGER=less
export LESS=-R
export EDITOR=vi
export ENV=~/.shrc

export DISPLAY="localhost:0.0"



# bash start-up script
# ログインシェル or --loginオプション付き非対話シェル
# /etc/profile, (~/.bash_profile, ~/.bash_login, ~/.profile)
# nonログイン対話シェル
# ~/.bashrc
# 非対話シェル
# if [-n "$BASH_ENV"]; then . "$BASH_ENV"; fi

# sh start-up script
# ログインシェル or --loginオプション付き非対話シェル
# /etc/profile, ~/.profile
# nonログイン対話的シェル
# "$ENV"
# 非対話的シェル
# nothing will be readed.