dot.cshrc revision 1.8
11.8Smrg#	$NetBSD: dot.cshrc,v 1.8 1997/12/17 01:45:13 mrg Exp $
21.7Smrg
31.1Scgdset history=1000
41.8Smrgset path=(/sbin /usr/sbin /bin /usr/bin /usr/pkg/sbin /usr/pkg/bin /usr/X11R6/bin /usr/local/sbin /usr/local/bin)
51.1Scgd
61.1Scgd# directory stuff: cdpath/cd/back
71.8Smrgset cdpath=(/sys /usr/src/{bin,sbin,usr.{bin,sbin},lib,libexec,share,local,games,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