1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 20:40:32 +01:00

Fix TMUX.

It doesn't run all that well when moved to the XDG_RUNTIME_DIR.
This commit is contained in:
2017-10-22 11:18:28 +02:00
parent 49dd1de9f8
commit 02d8f92585

View File

@@ -53,8 +53,6 @@ export WINEPREFIX="$XDG_DATA_HOME/wine"
# Setup tmux
test -f "$XDG_CONFIG_HOME/tmux/tmux.conf" && alias tmux="tmux -f $XDG_CONFIG_HOME/tmux/tmux.conf"
export TMUX_TMPDIR="$XDG_RUNTIME_DIR"/tmux
mkdir -p -m 700 "$TMUX_TMPDIR"
# Set up Rubygems
if hash gem &> /dev/null; then