]> git.madduck.net Git - etc/zsh.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

fix tmpdir
authormartin f. krafft <madduck@madduck.net>
Thu, 27 Apr 2017 04:39:59 +0000 (06:39 +0200)
committermartin f. krafft <madduck@madduck.net>
Wed, 17 May 2017 12:35:04 +0000 (14:35 +0200)
.zsh/zshenv/00-tmpdir

index be817b5dbffa9f2bdac14e7cb23f27a4be09ff0b..9bce287a34330751b5a3471ac6547b9d657fb5b1 100644 (file)
@@ -14,7 +14,7 @@ typeset -l LTMPDIR="${HOME}/.tmp"
 if [ -d $LTMPDIR ]; then
   typeset -l VOLATILE="${LTMPDIR}/volatile"
   [ -L "$VOLATILE" ] || ln -snfT "$TMPDIR" "$VOLATILE"
 if [ -d $LTMPDIR ]; then
   typeset -l VOLATILE="${LTMPDIR}/volatile"
   [ -L "$VOLATILE" ] || ln -snfT "$TMPDIR" "$VOLATILE"
-  nTMPDIR=$LTMPDIR
+  TMPDIR=$LTMPDIR
 fi
 
 TMPPREFIX="${TMPDIR}/zsh"
 fi
 
 TMPPREFIX="${TMPDIR}/zsh"