aboutsummaryrefslogtreecommitdiffstats
path: root/.zsh.after
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2015-02-17 18:00:25 +0100
committerDavid Runge <dave@sleepmap.de>2015-02-17 18:00:25 +0100
commit631e98d64870a98aab8cdc30e3048ecde14b33b8 (patch)
tree4533febf661e4ceb546eaae55155d246b0a03f21 /.zsh.after
parent9f18f26205fd11d50d54536904f182c63caefdd1 (diff)
downloaddotfiles-631e98d64870a98aab8cdc30e3048ecde14b33b8.tar.gz
dotfiles-631e98d64870a98aab8cdc30e3048ecde14b33b8.tar.bz2
dotfiles-631e98d64870a98aab8cdc30e3048ecde14b33b8.tar.xz
dotfiles-631e98d64870a98aab8cdc30e3048ecde14b33b8.zip
export.zsh: Adding TMUX_TMPDIR to exports.
Diffstat (limited to '.zsh.after')
-rw-r--r--.zsh.after/export.zsh2
1 files changed, 2 insertions, 0 deletions
diff --git a/.zsh.after/export.zsh b/.zsh.after/export.zsh
index 1d2340b..f2b2d9a 100644
--- a/.zsh.after/export.zsh
+++ b/.zsh.after/export.zsh
@@ -39,3 +39,5 @@ fi
# Explicitely starting gpg-agent in the background
gpgconf --launch gpg-agent
+
+export TMUX_TMPDIR="/run/user/$UID/tmux/"