diff options
author | jkh <jkh@FreeBSD.org> | 1995-01-29 08:01:05 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-01-29 08:01:05 +0000 |
commit | 966372c264b1dcbc39e127885cc1025d91af184d (patch) | |
tree | d58b686e7f7aee41bdb64e09cc8b303d76f2c7bd /share | |
parent | 15ef64cdc17603d476b27b867caad653c4781018 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | share/skel/dot.cshrc | 2 | ||||
-rw-r--r-- | share/skel/dot.profile | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/share/skel/dot.profile b/share/skel/dot.profile index f0fefc9..6895ccf 100644 --- a/share/skel/dot.profile +++ b/share/skel/dot.profile @@ -1,4 +1,4 @@ -PATH=$HOME/bin:/bin:/usr/bin:/usr/X11/bin:/usr/contrib/bin:/usr/games/bin:/usr/old/bin:/usr/local/bin +PATH=$HOME/bin:/bin:/usr/bin:/usr/games:/usr/X11R6/bin:/usr/local/bin export PATH EDITOR=vi |