Personally, I don't have a .profile, what I have is .bash_profile, which I created as Plain Text using TextEdit, and added the stuff I wanted. Here's the sum total of that file:
PATH=$PATH:"/Developer/Tools/"
export PATH
PAGER="less -ERmX~"
export PAGER
alias locoup='sudo /usr/libexec/locate.updatedb'
alias octop='stat -f%#Op'
PS1='NoobiX:\w \u\$ ' ;
I must admit I no longer remember WHY some of those items are there. Anyway, when I check my PATH in bash, I get this:
NoobiX:~ francine$ echo $PATH
/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/Developer/Tools/
So Developer Tools is indeed in my PATH, and I can use the items I've got there easily.
Francine
Francine
Schwieder