diff --git a/home/user/.config/tmux/tmux.conf b/home/user/.config/tmux/tmux.conf index 800bb33..4ff05d0 100644 --- a/home/user/.config/tmux/tmux.conf +++ b/home/user/.config/tmux/tmux.conf @@ -4,8 +4,8 @@ source-file "$HOME/.config/tmux/mappings.conf" source-file "$HOME/.config/tmux/options.conf" source-file "$HOME/.config/tmux/style.conf" source-file "$HOME/.config/tmux/aliases.conf" -source-file "$HOME/.config/tmux/plugins.conf" if-shell 'test -n "$SSH_CLIENT"' 'source-file "$HOME/.config/tmux/remote.conf"' +source-file "$HOME/.config/tmux/plugins.conf" run -b "$HOME/.config/tmux/plugins/tpm/tpm" \ No newline at end of file