]> git.donarmstrong.com Git - zsh.git/blob - .zsh/zshenv/10_zvars
add some debian variable defs
[zsh.git] / .zsh / zshenv / 10_zvars
1 # zshenv/10_zvars
2 #
3 # set a number of core zsh variables
4 #
5 # Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
6 # Released under the terms of the Artistic Licence 2.0
7 #
8 # Source repository: http://git.madduck.net/v/etc/zsh.git
9 #
10
11 # use $TMPDIR for TMPPREFIX
12 TMPPREFIX="$TMPDIR/zsh"
13
14 # vim:ft=zsh