]> git.donarmstrong.com Git - zsh.git/commitdiff
define core zsh variables early
authormartin f. krafft <madduck@madduck.net>
Thu, 8 May 2008 11:04:53 +0000 (12:04 +0100)
committermartin f. krafft <madduck@madduck.net>
Thu, 8 May 2008 11:04:53 +0000 (12:04 +0100)
.zsh/zshenv/10_zvars [new file with mode: 0644]

diff --git a/.zsh/zshenv/10_zvars b/.zsh/zshenv/10_zvars
new file mode 100644 (file)
index 0000000..8886be3
--- /dev/null
@@ -0,0 +1,14 @@
+# zshenv/10_zvars
+#
+# set a number of core zsh variables
+#
+# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
+# 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