summaryrefslogtreecommitdiffstats
path: root/share/skel/dot.cshrc
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-01-29 08:01:05 +0000
committerjkh <jkh@FreeBSD.org>1995-01-29 08:01:05 +0000
commit966372c264b1dcbc39e127885cc1025d91af184d (patch)
treed58b686e7f7aee41bdb64e09cc8b303d76f2c7bd /share/skel/dot.cshrc
parent15ef64cdc17603d476b27b867caad653c4781018 (diff)
downloadFreeBSD-src-966372c264b1dcbc39e127885cc1025d91af184d.zip
FreeBSD-src-966372c264b1dcbc39e127885cc1025d91af184d.tar.gz
Make the default paths a bit more rational for our systems (sheesh!).
Thanks, Sean! Suggested by: Sean McDermott <spm@staff.cc.purdue.edu>
Diffstat (limited to 'share/skel/dot.cshrc')
-rw-r--r--share/skel/dot.cshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/skel/dot.cshrc b/share/skel/dot.cshrc
index 6f43db6..bea5a4e 100644
--- a/share/skel/dot.cshrc
+++ b/share/skel/dot.cshrc
@@ -11,7 +11,7 @@ setenv EDITOR vi
setenv EXINIT 'set autoindent'
setenv PAGER more
-set path = (~/bin /bin /usr/{bin,X11/bin,contrib/bin,games,old/bin} /usr/local/bin)
+set path = (~/bin /bin /usr/{bin,games} /usr/local/bin /usr/X11R6/bin)
if ($?prompt) then
# An interactive shell -- set some stuff up
OpenPOWER on IntegriCloud