Move tmux config to ~/.config

This commit is contained in:
2020-10-11 19:59:56 +02:00
parent 81b70af9d3
commit 5bf6e21e24
4 changed files with 3 additions and 4 deletions

View File

@ -32,7 +32,7 @@ done
## If tmux session is nested, source modified config (e.g. for overwriting styles)
if [[ "${SSH_CONNECTION}" ]] && [[ "${TMUX}" ]]; then
tmux source-file ~/.tmux.nested.conf
tmux source-file $XDG_CONFIG_HOME/tmux/tmux.nested.conf
fi
## Update or install vim plugins