diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-10-04 16:44:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-10-04 16:44:02 +0000 |
commit | ae7eff60c9c7894481e9c17fcfba30cbeb6b32f5 (patch) | |
tree | f10c424de69f91370bd43efd95cd3486e047b823 /share/skel/dot.cshrc | |
parent | 7d2a06b5a54afdddc45f169a5941e559a50fe311 (diff) |
put sbin:/usr/sbin in default path
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 6409f9c49b8..e3b8c5d4838 100644 --- a/share/skel/dot.cshrc +++ b/share/skel/dot.cshrc @@ -11,7 +11,7 @@ alias ll ls -lgsA alias tset 'set noglob histchars=""; eval `\tset -s \!*`; unset noglob histchars' alias z suspend -set path = (~/bin /bin /usr/{bin,local/bin,games} .) +set path = (~/bin /bin /sbin /usr/{bin,local/bin,games,sbin} .) if ($?prompt) then # An interactive shell -- set some stuff up |