umask 022
set noclobber
set path=( ~/bin /usr/local/bin /usr/ucb /bin /usr/bin /usr/hosts \
	   /usr/local/X11 /usr/games /usr/local/hack . )

if ( $?prompt ) then
	set prompt="%n@%m %~ %#"
	set ignoreeof history=100 mail=/usr/spool/mail/$USER
	set fignore=(.o .out .elc \~)

	# new variables in version 6.00.03
	set autocorrect
	set autoexpand
	set autolist
	set chase_symlinks
	set correct=all
	set ignore_symlinks
	set matchbeep=nomatch
	set printexitvalue
	set prompt2="%R: avsluta med end :"
	set recexact
	set watch=(2 any any)
	set who="%w %D, %T: %S%n%s has %a %S%l%s from %m."
	unset autologout

	source ~/.aliases

	# alias specific to tcsh(1)
	a ls	ls-F

	if ($?SOURCE) then
		source $SOURCE	# Execute the file named by $SOURCE
	endif			# if it is set (normally it isn't)
endif
