Putting it in your bashrc is pointless, as ashrc is not sourced when launching applications via whatever GUI you use. You need to put it somewhere systemwide, where exactly depends on your distro, typically something like /etc/environment or /etc/profile or similar.
|