PATH ~/bin under gnome

rodrigochinaski rodrigo.chinaski at gmail.com
Mon Nov 20 22:02:27 UTC 2006


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?





More information about the ubuntu-users mailing list