X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/73589763f38502cac02edc4efd742c98ab88f75e..b123d7b2d67f62598a68a2367cbac85386491017:/.zsh/zshenv/10_zvars diff --git a/.zsh/zshenv/10_zvars b/.zsh/zshenv/10_zvars new file mode 100644 index 0000000..8886be3 --- /dev/null +++ b/.zsh/zshenv/10_zvars @@ -0,0 +1,14 @@ +# zshenv/10_zvars +# +# set a number of core zsh variables +# +# Copyright © 1994–2008 martin f. krafft +# Released under the terms of the Artistic Licence 2.0 +# +# Source repository: http://git.madduck.net/v/etc/zsh.git +# + +# use $TMPDIR for TMPPREFIX +TMPPREFIX="$TMPDIR/zsh" + +# vim:ft=zsh