# @(#)cshrc 2.0 Apr 1 1995 TriGem
umask 022
set path=( /sbin /usr/sbin /usr/ccs/bin /usr/bin /sbin /etc /usr/dt/bin \
/usr/openwin/bin /usr/local /usr/local/bin /usr/local/lib \
/etc /usr/ucb /usr/local/etc /opt/netscape /tip .)
if ( $?prompt ) then
set history=32
endif
stty erase
set filec
setenv DISPLAY unix:0.0
setenv OPENWINHOME /usr/openwin
setenv EDITOR /usr/ucb/vi
setenv LANG ko
setenv LD_LIBRARY_PATH /usr/dt/lib:/usr/openwin/lib:/usr/lib:/usr/ucblib:/usr/lo
cal/lib
#limit coredumpsize 0
alias a 'alias'
a setprompt 'set prompt="[`whoami`@`hostname`:$cwd]# "'
a cd 'cd \!*; setprompt'
a mail '/usr/ucb/mail'
a ls '/bin/ls -aF'
a ll '/bin/ls -als | more'
a df 'df -k'
a h 'history \!* | more'
a so 'source ~/.cshrc'
a pushd 'pushd \!*; setprompt'
a popd 'popd; setprompt'
a hanterm '/tmp/hanterm/hanterm -kst'
a systemoff 'repeat 9 sync ; init 0'
a rebooting 'repeat 9 sync ; reboot -- -r'
a c 'clear'
a openwin 'setenv LANG korean;setenv LD_LIBRARY_PATH /usr/openwin/lib:
/usr/lib;/usr/openwin/bin/openwin; clear'
a dtlogin 'setenv LANG korean;setenv LD_LIBRARY_PATH /usr/dt/lib:/usr/
openwin/lib:/usr/local/lib;cd /usr/dt/bin;/usr/dt/bin/dtlogin; clear'
setprompt
|