From 02d8f9258540183cd57526d3a54a7a72b4e65802 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Sun, 22 Oct 2017 11:18:28 +0200 Subject: [PATCH] Fix TMUX. It doesn't run all that well when moved to the XDG_RUNTIME_DIR. --- zsh/.config/zsh/.zshenv | 2 -- 1 file changed, 2 deletions(-) diff --git a/zsh/.config/zsh/.zshenv b/zsh/.config/zsh/.zshenv index 0a9ce6e..f189faf 100644 --- a/zsh/.config/zsh/.zshenv +++ b/zsh/.config/zsh/.zshenv @@ -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