BSD 4_2 development
[unix-history] / usr / protouser / .cshrc
CommitLineData
203d1ceb
C
1set path=(. /usr/ucb /bin /usr/bin /usr/new /usr/local /usr/hosts)
2if ($?prompt) then
3 # An interactive shell -- set some stuff up
4 set ignoreeof
5 set prompt="`hostname | sed s/ucb//`% "
6 set history=100
7 set savehist=100
8endif