diff options
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 |