summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorfn <fn@cvs.openbsd.org>1996-06-03 08:03:01 +0000
committerfn <fn@cvs.openbsd.org>1996-06-03 08:03:01 +0000
commita3a6679f20defdc0236696140c107f1318a3144c (patch)
treed63591e8a01fd344a2677996e72327b9cd7a16cb /share
parent3fe3d991d2fc65e40395665e30439bccebce23cc (diff)
$path cleaned up.
Diffstat (limited to 'share')
-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 fb290ccb6c8..52c0154ced4 100644
--- a/share/skel/dot.cshrc
+++ b/share/skel/dot.cshrc
@@ -13,7 +13,7 @@ alias tset 'set noglob histchars=""; eval `\tset -s \!*`; unset noglob histchars
alias x exit
alias z suspend
-set path = (~/bin /bin /usr/{bin,new,games,local,old} .)
+set path = (~/bin /bin /usr/{bin,host,local/bin,games} .)
if ($?prompt) then
# An interactive shell -- set some stuff up
diff --git a/share/skel/dot.profile b/share/skel/dot.profile
index 95ed15cdc5b..2b81e1a473e 100644
--- a/share/skel/dot.profile
+++ b/share/skel/dot.profile
@@ -1,2 +1,2 @@
-PATH=/bin:/usr/bin:/usr/new:/usr/local:/usr/games:/usr/old:.
+PATH=/bin:/usr/bin:/usr/host:/usr/local/bin:/usr/games:.
export PATH HOME TERM