From 5c42078bd052705b69d6ea93ff7617445be43789 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 27 Mar 2014 15:41:47 -0400 Subject: add files --- .cshrc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .cshrc (limited to '.cshrc') diff --git a/.cshrc b/.cshrc new file mode 100644 index 0000000..81905a4 --- /dev/null +++ b/.cshrc @@ -0,0 +1,18 @@ +# this file is processed on every csh invocation + +# set PATH and MANPATH based on machine type +eval `/usr/local/bin/defaultpaths -csh` + +# set default file/directory creation protection +umask 027 + +setenv ENTOMB yes + +# skip the rest if the shell is non-interactive, i.e. is running a script +if ( ! $?prompt ) exit + +set prompt = "`shorthostname` \! % " +set history = 50 +set notify = on + +alias mail mailx -- cgit v1.2.3-2-g168b