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:
@@ -53,8 +53,6 @@ export WINEPREFIX="$XDG_DATA_HOME/wine"
|
|||||||
|
|
||||||
# Setup tmux
|
# Setup tmux
|
||||||
test -f "$XDG_CONFIG_HOME/tmux/tmux.conf" && alias tmux="tmux -f $XDG_CONFIG_HOME/tmux/tmux.conf"
|
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
|
# Set up Rubygems
|
||||||
if hash gem &> /dev/null; then
|
if hash gem &> /dev/null; then
|
||||||
|
|||||||
Reference in New Issue
Block a user