#
set path = ( ~/bin ~/bin/`~/bin/machtype` ~/release/dumps/`~/bin/machtype` /usr/{ucb,local,bin,local/bin,new,hosts} /bin /etc . )
if ($?prompt) then
	# shell variables
	set host = `hostname | sed -e 's/^ucb//' -e 's/\..*//'`
	set filec ignoreeof notify
	set history = 1024 mail = "/usr/spool/mail/$user"
	set prompt = "$host\\!picasso ($cwd:t) \! % "
	# aliases
	alias	l	echo '{\!*}*'
	alias	z	suspend
	alias	.	suspend
	alias   back    'set back=$old; set old=$cwd; cd $back; pwd; unset back'
	alias   cd      'set old=$cwd; chdir \!*;'
	alias   ls      ls -F
	alias   ll      "/bin/ls -alFC \!* | more"
endif
umask 002
