mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-03-07 08:02:10 +00:00
chore(config): tmux config tweaks
moved config around, did cleanup and moved TMUX_TMPDIR under XDG_STATE_HOME. added the state/tmux folder creation to the dotbot install config.
This commit is contained in:
@@ -468,6 +468,7 @@ export TF_PLUGIN_CACHE_DIR="$XDG_CACHE_HOME/terraform/plugin-cache"
|
||||
# tmux
|
||||
# https://tmux.github.io/
|
||||
msg "Setting up tmux configuration"
|
||||
export TMUX_TMPDIR="$XDG_STATE_HOME/tmux"
|
||||
export TMUX_PLUGINS="$XDG_CONFIG_HOME/tmux/plugins"
|
||||
export TMUX_CONF="$XDG_CONFIG_HOME/tmux/tmux.conf"
|
||||
## These settings are for zsh-tmux
|
||||
|
||||
Reference in New Issue
Block a user