From b0d61785cae024b1f44119446a940ee14c9ac959 Mon Sep 17 00:00:00 2001 From: rgrimes Date: Mon, 30 May 1994 19:09:18 +0000 Subject: BSD 4.4 Lite Share Sources --- share/skel/dot.cshrc | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 share/skel/dot.cshrc (limited to 'share/skel/dot.cshrc') diff --git a/share/skel/dot.cshrc b/share/skel/dot.cshrc new file mode 100644 index 0000000..6f43db6 --- /dev/null +++ b/share/skel/dot.cshrc @@ -0,0 +1,25 @@ +#csh .cshrc file + +alias h history 25 +alias j jobs -l +alias la ls -a +alias lf ls -FA +alias ll ls -lA +alias su su -m + +setenv EDITOR vi +setenv EXINIT 'set autoindent' +setenv PAGER more + +set path = (~/bin /bin /usr/{bin,X11/bin,contrib/bin,games,old/bin} /usr/local/bin) + +if ($?prompt) then + # An interactive shell -- set some stuff up + set filec + set history = 1000 + set ignoreeof + set mail = (/var/mail/$USER) + set mch = `hostname -s` + set prompt = "${mch:q}: {\!} " + umask 2 +endif -- cgit v1.1