Bah, no, Ijust inserted it after if...basrc...fi which is where I saw it in another file. I added the 'export' command and it works fine now.
Thanks a lot.
This is my new .bash_profile
Code:
pimeson@w102a new =) $ cat ~/.bash_profile
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# me trying to change default editor
export UAEDITOR=emacs
export EDITOR=emacs
export VISUAL=emacs
# User specific environment and startup programs
PATH=$PATH:$HOME/bin
export PATH
unset USERNAME