summaryrefslogtreecommitdiffstats
path: root/share/skel
diff options
context:
space:
mode:
Diffstat (limited to 'share/skel')
-rw-r--r--share/skel/dot.cshrc2
-rw-r--r--share/skel/dot.profile2
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
OpenPOWER on IntegriCloud