diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-04-07 22:49:20 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-04-07 22:49:20 +0000 |
commit | 32010f68bfa6866fa9991d66cf9d046fe823d99c (patch) | |
tree | 56db0ba845c1aaa4067f9a347b44353d84484647 /etc/root/dot.cshrc | |
parent | 639e80305431cfa2433958d7279c78acc63337b6 (diff) |
give root a nicer path
Diffstat (limited to 'etc/root/dot.cshrc')
-rw-r--r-- | etc/root/dot.cshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/root/dot.cshrc b/etc/root/dot.cshrc index 2b19f08bda5..c275bac0a53 100644 --- a/etc/root/dot.cshrc +++ b/etc/root/dot.cshrc @@ -1,7 +1,7 @@ umask 022 alias mail Mail set history=1000 -set path=(/sbin /usr/sbin /bin /usr/bin) +set path=(/sbin /usr/sbin /bin /usr/bin /usr/local/bin /usr/X11R6/bin) set filec # directory stuff: cdpath/cd/back |