#ident	"$Header: stdcshrc,v 1.4.3.1 92/06/24 14:13:24 marker Exp $"
#	This is the default standard profile provided to a user.
#	They are expected to edit it to meet their own needs.

umask 022

if ( $?prompt ) then
	/bin/stty line 2 erase '^H' kill '^U' intr '^C' echoe ctlecho
	eval `tset -s -Q`

	# list directories in columns
	alias ls 'ls -C'
endif
