Sorry for the horrible title, I couldn't think of something better. I've downloaded and compiled
9base under ~/.bin/plan9
Code:
$ ls ~/.bin/plan9/
bin/ etc/ lib/ share/ yacc/
I have it in my path set on .bashrc with:
Code:
PATH=~/.bin:~/.bin/plan9/bin:$PATH
export PATH
Code:
echo $PATH
/home/pedro/.bin:/home/pedro/.bin/plan9/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/kde4/libexec:/usr/lib/qt/bin:/usr/share/texmf/bin
However, it doesn't run the Plan 9's binaries all the time, if I type something like "ls --help" (unavaliable to the Plan 9 one) it invokes the /bin/ls (normal GNU one) instead. I got what happened but how can I make it run the Plan 9's binaries every single time?