I would like all applications in my KDE session to have ~/bin in its PATH environment variable. Where should I make the change?
Normally with Linux, you would add that to: "~/.bash_profile":
From my system:
HOME=/home/jrt PATH=$HOME/bin:$PATH
export PATH HOME
If you are using something other than Linux, you would add something similar to: "~/.profile"
-- JRT
___________________________________________________ . Account management: https://mail.kde.org/mailman/listinfo/kde. Archives: http://lists.kde.org/. More info: http://www.kde.org/faq.html.