tmux: Updated config

This commit is contained in:
2024-06-20 09:19:24 +02:00
parent a0209264b5
commit 4b0d5b21fd
3 changed files with 20 additions and 38 deletions

View File

@ -35,11 +35,6 @@ for ((i=1; i <= $#fpath; ++i)); do
done
)
## If tmux session is nested, source modified config (e.g. for overwriting styles)
if [[ "${SSH_CONNECTION}" ]] && [[ "${TMUX}" ]]; then
tmux source-file $XDG_CONFIG_HOME/tmux/tmux.nested.conf
fi
## Update or install vim plugins
#vim -i NONE +PlugUpdate +PlugClean! +qal