Hi Caio,
> $ tm
> RegisterProcess failed (error = -50)
> Abort trap
>
> Any pointers at how to solve this?
If you use bash or similar, the type builtin will clear this up:
$ type -a tm
tm is /usr/bin/tm
tm is /Users/bin/tm
The first one will be run. Hope this comes in useful to someone.
Peter