aboutsummaryrefslogtreecommitdiff
path: root/samples/Shell/filenames/.cshrc
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2012-12-10 09:45:54 -0600
committerJoshua Peek <josh@joshpeek.com>2012-12-10 09:45:54 -0600
commit7c170972a07b3b3d3c28624e1a2228cbe57a728f (patch)
treedafe619aa74e8fb9a07ba018c5d808e738264121 /samples/Shell/filenames/.cshrc
parentd00dfd82c1170bd84c8616c34dd8a869058e49af (diff)
Add shell samples
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