> 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

Reply via email to