]> arthur.barton.de Git - ax-zsh.git/commit
New "30_env" core plugin
authorAlexander Barton <alex@barton.de>
Sat, 27 Aug 2016 22:07:38 +0000 (00:07 +0200)
committerAlexander Barton <alex@barton.de>
Sat, 27 Aug 2016 22:07:38 +0000 (00:07 +0200)
commit3e1f6b6eb01abfbb219964f1d6bc25faf6e7e953
tree9163982ffbf4943041b01bc639e53037dad09013
parent799f3617ebeab42b34ee80630cb1e9e116ca21c0
New "30_env" core plugin

Move setting of XDG_CACHE_HOME and ZSH_CACHE_DIR from 20_home to this
new plugin, and set XDG_RUNTIME_DIR, too.

In addition, make sure that TMPDIR is reset when it has been deleted but
TMP is available (this is the case for setgid binaries on Linux, for
example, which is quite common when using screen(1)).
README.md
core/20_home/20_home.zprofile
core/30_env/30_env.zprofile [new file with mode: 0644]
core/30_env/30_env.zshrc [new file with mode: 0644]