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 | |
parent | 7d2a06b5a54afdddc45f169a5941e559a50fe311 (diff) |
put sbin:/usr/sbin in default path
Diffstat (limited to 'share')
-rw-r--r-- | share/skel/dot.cshrc | 2 | ||||
-rw-r--r-- | share/skel/dot.profile | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/share/skel/dot.profile b/share/skel/dot.profile index 2cee346eada..ed597ee360e 100644 --- a/share/skel/dot.profile +++ b/share/skel/dot.profile @@ -1,2 +1,2 @@ -PATH=/bin:/usr/bin:/usr/local/bin:/usr/games:. +PATH=/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin:/usr/games:. export PATH HOME TERM |