dot.cshrc revision 1.7
11.7Smrg#	$NetBSD: dot.cshrc,v 1.7 1997/10/28 03:33:18 mrg Exp $
21.7Smrg
31.1Scgdset history=1000
41.5Schristosset path=(/sbin /usr/sbin /usr/local/sbin /bin /usr/bin /usr/local/bin)
51.1Scgd
61.1Scgd# directory stuff: cdpath/cd/back
71.6Smikelset cdpath=(/sys /usr/src/{bin,sbin,usr.{bin,sbin},lib,libexec,share,contrib,local,games,old,gnu/{usr.bin,libexec,lib,games}})
81.3Smycroft
91.3Smycroftsetenv BLOCKSIZE 1k
101.3Smycroft
111.1Scgdalias	h	history
121.6Smikelalias	hup	'kill -HUP `cat /var/run/\!$.pid`'
131.1Scgdalias	j	jobs -l
141.3Smycroftalias	ll	ls -l
151.1Scgd
161.6Smikelalias	x	exit
171.2Scgdalias	z	suspend
181.6Smikel
191.7Smrgalias	back	'set back="$old"; set old="$cwd"; cd "$back"; unset back; dirs'
201.7Smrgalias	cd	'set old="$cwd"; chdir \!*'
211.1Scgdalias	pd	pushd
221.1Scgdalias	pd2	pushd +2
231.1Scgdalias	pd3	pushd +3
241.1Scgdalias	pd4	pushd +4
251.1Scgdalias	tset	'set noglob histchars=""; eval `\tset -s \!*`; unset noglob histchars'
261.1Scgd
271.1Scgdif ($?prompt) then
281.1Scgd	set prompt="`hostname -s`# "
291.1Scgdendif
301.6Smikel
311.6Smikelumask 022
32