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"