On Sun, 31 Jan 2016 21:46:18 -0800 Jes Slow <cluelesscoder at gmail.com> wrote:
> Many applications do this by allowing the user to set an environment > variable to customize the location, altho personally I would prefer > another way since environment variables are also global. Global? Environment variables are per-process, and changeable by the process with putenv(3). --jkl

