mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-25 20:40:32 +01:00
Force creation of tmux directory
This commit is contained in:
@@ -45,3 +45,4 @@ 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"
|
||||
|
||||
Reference in New Issue
Block a user