# $Header$ SONY;
#

umask 2
set path=(/usr/bin/X11 /usr/sony/bin/X11 /etc /usr/etc /usr/ucb /bin /usr/bin /usr/sony/bin /usr/new /usr/new/mh /usr/pds/bin /usr/local/bin /usr/local/cgcad /usr/hosts /usr/sony/games /usr/pds/games /usr/games .)
set history=100
#if (`hostname` == cad1) then
#	setenv SCGINPDEV mouse
#endif
alias cd 'set old=$cwd; chdir \!*; chdir `pwd`; dirs'
alias back 'set back=$old; set old=$cwd; cd $back; unset back'
alias pushd 'pushd \!*; chdir `pwd`; dirs'
alias hdsave 'tar cvf /dev/rfh0a \!*'
alias hdload 'tar xvf /dev/rfh0a'
alias hddir 'tar tvf /dev/rfh0a'
alias hdformat 'format /dev/rfh0a'
alias ddsave 'tar cvf /dev/rfd0a \!*'
alias ddload 'tar xvf /dev/rfd0a'
alias dddir 'tar tvf /dev/rfd0a'
alias ddformat 'format /dev/rfd0a'
alias hmore 'od -x1 \!* +0x0 |more'
alias hdump 'od -x1 \!* +0x0'
alias rm 'rm -i'
alias cp 'cp -i'
alias tomita 'rcp tomita@cad7:~/ZELDA/\!* ~/tomita'
alias tanabe 'rcp tanabe@cad3:~/ZELDA/\!* ~/tanabe'
alias pc98 'unsetenv TERMCAP;set term=vt100'

