From 03c5a6a9305f6e309032fc5577d2c80e26bf0e64 Mon Sep 17 00:00:00 2001 From: Joel Kuzmarski Date: Thu, 18 Aug 2016 00:41:37 -0500 Subject: [PATCH] Export $TMPPREFIX in non-login interactive shells --- runcoms/zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runcoms/zprofile b/runcoms/zprofile index d87cb3b0..745fcb3b 100644 --- a/runcoms/zprofile +++ b/runcoms/zprofile @@ -71,4 +71,4 @@ if [[ ! -d "$TMPDIR" ]]; then mkdir -p -m 700 "$TMPDIR" fi -TMPPREFIX="${TMPDIR%/}/zsh" +export TMPPREFIX="${TMPDIR%/}/zsh"