BSD 4_3_Tahoe development
[unix-history] / .cshrc
CommitLineData
04709163
C
1alias mail Mail
2set history=100
3# directory stuff: cdpath/cd/back
4set cdpath=(/usr/src/{bin,etc,ucb,usr.bin,lib,usr.lib,lib/libc,new} /sys)
5alias cd 'set old=$cwd; chdir \!*'
6alias h history
7alias j jobs -l
8alias ls ls -F
9alias wi whereis
10alias back 'set back=$old; set old=$cwd; cd $back; unset back; dirs'
11# sccs stuff: sd/co/ci/allout/out/unedit
12alias sd sccs diffs
13alias co sccs get -e
14alias ci sccs delget
15alias allout "(cd ..; echo */SCCS/p.*|sed s/SCCS\\/p.//g)"
16alias out "echo SCCS/p.*|sed s/SCCS\\/p.//g"
17alias info sccs info
18alias unedit sccs unedit
19alias get sccs get
20# spms stuff: chproject/cpd
21alias chproject 'eval `"chproject" -d \!*`'
22alias cpd 'eval `"pd" \!*`'
23alias z suspend
24alias area 'grep \!* /usr/games/lib/quiz.k/areas'
25alias x exit
26alias pd pushd
27alias pd2 pushd +2
28alias pd3 pushd +3
29alias pd4 pushd +4
30alias l "echo \!*{*}"
31set path=(/etc /usr/ucb /bin /usr/bin /usr/local /usr/hosts . /usr/new)
32if ($?prompt) then
33 set prompt="`hostname | sed 's/\..*//'`# "
34endif