aboutsummaryrefslogtreecommitdiff
path: root/samples/Shell/filenames/.cshrc
diff options
context:
space:
mode:
Diffstat (limited to 'samples/Shell/filenames/.cshrc')
-rw-r--r--samples/Shell/filenames/.cshrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/samples/Shell/filenames/.cshrc b/samples/Shell/filenames/.cshrc
new file mode 100644
index 0000000..e036088
--- /dev/null
+++ b/samples/Shell/filenames/.cshrc
@@ -0,0 +1,5 @@
+umask 022
+set path=(/opt/local/bin /opt/local/sbin /bin /usr/bin)
+if ( $?prompt ) then
+ set history=32
+endif