Sorry, typo (I'm still thinking UNIX). I did mean lib/profile. I'll
add the bind commands soon. Thanks for the information.
On Oct 27, 2007, at 9:41 AM, erik quanstrom wrote:
How? When I put
path=(/bin . /usr/pietro/bin)
at the end of my /usr/pietro/profile, rc resets it.
first, rc doesn't read that file, it reads $home/lib/profile.
second, the preferred way of adding $home/bin/rc and
$home/bin/$cputype to your path are by binding them
like so
bind -a $home/bin/rc /bin
bind -a $home/bin/$cputype /bin
rc(1) and bind(1) have more details.
- erik