The solution is to put the export command in a file called ~/.xprofile
export PATH="/home/thomas/bin:${PATH}:/home/thomas/installs/bin"
(I keep all my user installed apps in ~/installs/bin ;))
Random notes on stuff I'm interested in.
export PATH="/home/thomas/bin:${PATH}:/home/thomas/installs/bin"
2 comments:
This is cool!
This doesn't seem to work with KDE/Plasma 5, even though it probably should. A workaround is to add a script to ~/config/plasma-workspace/env/ and export your updated PATH there.
Post a Comment