Move tmux config to ~/.config
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user