1 # $NetBSD: dot.cshrc,v 1.3 2003/04/24 01:02:26 perry Exp $
3 # This is the default .cshrc file.
4 # Users are expected to edit it to meet their own needs.
6 # The commands in this file are executed each time a new csh shell
9 # See csh(1) for details.
20 setenv VISUAL ${EDITOR}
21 setenv EXINIT 'set autoindent'
24 set path = (~/bin /bin /sbin /usr/{bin,sbin,X11R7/bin,X11R6/bin,pkg/{,s}bin,games} \
28 # An interactive shell -- set some stuff up
32 set mail = (/var/mail/$USER)
33 set mch = `hostname -s`
34 set prompt = "${mch:q}: {\!} "