From: martin f. krafft Date: Thu, 8 May 2008 11:04:53 +0000 (+0100) Subject: define core zsh variables early X-Git-Url: https://git.madduck.net/etc/zsh.git/commitdiff_plain/b123d7b2d67f62598a68a2367cbac85386491017 define core zsh variables early --- 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