diff options
author | fn <fn@cvs.openbsd.org> | 1996-06-03 08:03:01 +0000 |
---|---|---|
committer | fn <fn@cvs.openbsd.org> | 1996-06-03 08:03:01 +0000 |
commit | a3a6679f20defdc0236696140c107f1318a3144c (patch) | |
tree | d63591e8a01fd344a2677996e72327b9cd7a16cb /share/skel/dot.cshrc | |
parent | 3fe3d991d2fc65e40395665e30439bccebce23cc (diff) |
$path cleaned up.
Diffstat (limited to 'share/skel/dot.cshrc')
-rw-r--r-- | share/skel/dot.cshrc | 2 |
1 files changed, 1 insertions, 1 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 |