summaryrefslogtreecommitdiff
path: root/.cshrc
diff options
context:
space:
mode:
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