Re: How do i edit my .bash_profile file?
Simply use your favourite text editor, such as gedit. I have a similar setting but I will admit that my own is actually in $HOME/.bashrc, my $HOME/.bash_profile is as follows:
Code:
if [ -f $HOME/.bashrc ]; then
source $HOME/.bashrc
fi
Andrew
You think that's air you're breathing now?