Greetings...
I would like to add my ~/bin in the PATH. I already uncommented the
following lines on my ~/.bash_profile, but it only works on the console,
not on the gnome environment.
# set PATH so it includes user's private bin if it exists
if [ -d ~/bin ] ; then
PATH="${PATH}":~/bin
fi
What's the "cleanest" way to do this?