
# The BASE environment variable is used by shell scripts
# and to speed up the turnin, process, and peek programs
# by fixing the path name associated with the claspac directory
# if you want to use your own login commands put them
# in a file called .my_login in your home directory.

alias peek '$BASE/executable/peek \!* | more'
setenv BASE "/a/x/prli/claspac"
if (-e $HOME/.my_login) then
   source $HOME/.my_login
else
   set noglob; eval `tset -sQr ?adm3a`;unset noglob
   set history=20
   set noclobber
   set ignoreeof
   alias mail Mail
   alias rm rm -i
   alias cp cp -i
   alias mv mv -i
   alias bye logout
   alias m more
   alias ls ls -F
   set path = ( . /usr/ucb /bin /usr/bin /usr/local /usr/new /etc )
endif
set path = ( $path $sys_exec $BASE/executable )
msgscp
if (-e /a/x/prli/.reminder) then
   more /a/x/prli/.reminder
endif
if (-e $HOME/.mylogin) source $HOME/.mylogin
