dot.cshrc revision 235
1alias mail Mail
2set history=1000
3set path=(/sbin /usr/sbin /bin /usr/bin /usr/local /usr/hosts /usr/contrib .)
4
5# directory stuff: cdpath/cd/back
6set cdpath=(/sys /usr/src/{bin,sbin,usr.{bin,sbin},pgrm,lib,libexec,share,contrib,local,devel,games,old,})
7alias	cd	'set old=$cwd; chdir \!*'
8alias	h	history
9alias	j	jobs -l
10alias	ll	ls -lg
11alias	ls	ls -g -k
12alias	back	'set back=$old; set old=$cwd; cd $back; unset back; dirs'
13
14# sccs stuff: sd/co/ci/allout/out/unedit
15alias	sd	sccs diffs
16alias	co	sccs get -e
17alias	ci	sccs delget
18alias	allout	"(cd ..; echo */SCCS/p.*|sed s/SCCS\\/p.//g)"
19alias	out	"echo SCCS/p.*|sed s/SCCS\\/p.//g"
20alias	info	sccs info
21alias	unedit	sccs unedit
22alias	get	sccs get
23alias	prt	sccs prt
24alias	z		suspend
25alias	x	exit
26alias	pd	pushd
27alias	pd2	pushd +2
28alias	pd3	pushd +3
29alias	pd4	pushd +4
30alias	tset	'set noglob histchars=""; eval `\tset -s \!*`; unset noglob histchars'
31
32if ($?prompt) then
33	set prompt="`hostname -s`# "
34endif
35setenv BLOCKSIZE K
36