################################################################
#  PJE-0.1 桼ե륵ץ for ash,bash
#                       MATSUMOTO Shoji (shom@i.h.kyoto-u.ac.jp)
#                            Time-stamp: <97/09/19 20:31:01 pje>

# login  (󥷥ȤƵư줿Ȥ) ˰٤¹Ԥޤ

echo source .profile

##################################################
# PJE ΥѥåѤ뤿ɬפǤ
LANG=ja_JP.ujis
LESSCHARSET=japanese-euc
export LANG LESSCHARSET
JSERVER=localhost
export JSERVER
#################################################

export PAGER=less
export EDITOR=mule

PATH=$HOME/bin:/usr/local/bin/mh:/usr/local/games:/usr/games:/usr/local/bin/Wnn4/:$PATH:.
MANPATH=$HOME/man:$MANPATH

# News Server 
# export NNTPSERVER=news.hoge.hoge.ac.jp

# proxy Ф WWW 򸫤 lynx  www.el ɬפ
# export http_proxy=http://proxy.hoge.hoge.ac.jp:999/
# export ftp_proxy=http://proxy.hoge.hoge.ac.jp:999/
# export wais_proxy=http://proxy.hoge.hoge.ac.jp:999/
# export gopher_proxy=http://proxy.hoge.hoge.ac.jp:999/

# stty (tty type )
stty erase ^H
stty intr ^C
stty susp ^Z
stty start undef
stty stop undef

case $SHELL in
  /bin/bash) source .bashrc
	     ;;
  /bin/ash)  # color-ls /  ~/.dir_colors
          if which dircolors 2>&1 > /dev/null; then
            eval `dircolors -a`
          else
            export LS_OPTIONS='-F -T 0 ';
          fi
	  export LS_OPTIONS="$LS_OPTIONS -N "
          if [ "$TERM" = "dumb" ] ; then
	    LS_OPTIONS="$LS_OPTIONS --color=no "
	  fi
	  ;;
esac
