dot.cshrc revision 1.3
11.1Scgdalias mail Mail
21.1Scgdset history=1000
31.2Scgdset path=(/sbin /usr/sbin /bin /usr/bin .)
41.1Scgd
51.1Scgd# directory stuff: cdpath/cd/back
61.1Scgdset cdpath=(/sys /usr/src/{bin,sbin,usr.{bin,sbin},pgrm,lib,libexec,share,contrib,local,devel,games,old,})
71.3Smycroft
81.3Smycroftsetenv BLOCKSIZE 1k
91.3Smycroft
101.1Scgdalias	cd	'set old=$cwd; chdir \!*'
111.1Scgdalias	h	history
121.1Scgdalias	j	jobs -l
131.3Smycroftalias	ll	ls -l
141.1Scgdalias	back	'set back=$old; set old=$cwd; cd $back; unset back; dirs'
151.1Scgd
161.2Scgdalias	z	suspend
171.1Scgdalias	x	exit
181.1Scgdalias	pd	pushd
191.1Scgdalias	pd2	pushd +2
201.1Scgdalias	pd3	pushd +3
211.1Scgdalias	pd4	pushd +4
221.1Scgdalias	tset	'set noglob histchars=""; eval `\tset -s \!*`; unset noglob histchars'
231.1Scgd
241.1Scgdif ($?prompt) then
251.1Scgd	set prompt="`hostname -s`# "
261.1Scgdendif
27