aboutsummaryrefslogtreecommitdiff
path: root/tmux/profile.d/tmux.sh
blob: 2a936da5a51efa288d18403cca95f7ad86ae6d6f (plain) (blame)
1
2
3
# Encourage tmux to put its sockets into XDG_RUNTIME_DIR rather than /tmp
[ -n "$XDG_RUNTIME_DIR" ] || return
export TMUX_TMPDIR=$XDG_RUNTIME_DIR