diff options
-rw-r--r-- | .zsh.after/export.zsh | 2 |
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/" |