summaryrefslogtreecommitdiff
path: root/.cshrc
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-03-27 15:41:47 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-03-27 15:41:47 -0400
commit5c42078bd052705b69d6ea93ff7617445be43789 (patch)
tree36adbf6174360d0e20ece7f8a399f519b823308d /.cshrc
parenta7a1d39731eff9716a500579d94904ec92608a6f (diff)
add files
Diffstat (limited to '.cshrc')
-rw-r--r--.cshrc18
1 files changed, 18 insertions, 0 deletions
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