Making /tmp your own
When I wrote about keeping /tmp contents survive reboots, I really wanted to make *my* stuff survive reboots. TMPDIR to the rescue – adding “export TMPDIR=~/tmp” to the envfile gives me a private tmp dir, and programs like okular with temporary documents will now be able to open that tmp-doc after a reboot.