From b123d7b2d67f62598a68a2367cbac85386491017 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Thu, 8 May 2008 12:04:53 +0100 Subject: [PATCH] define core zsh variables early --- .zsh/zshenv/10_zvars | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .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 -- 2.39.2