diff --git a/tmux.conf b/tmux.conf index da0a16a..9e1f6d6 100644 --- a/tmux.conf +++ b/tmux.conf @@ -48,13 +48,10 @@ set-option -g default-terminal "tmux-256color" set-option -sa terminal-overrides ',tmux-256color:RGB' # Plugins -set -g @plugin 'tmux-plugins/tpm' -set -g @plugin 'tmux-plugins/tmux-resurrect' -set -g @plugin 'tmux-plugins/tmux-continuum' -set -g @plugin 'tmux-plugins/tmux-yank' -set -g @plugin 'tmux-plugins/tmux-copycat' -set -g @plugin 'tmux-plugins/tmux-open' +run-shell '~/.tmux/plugins/tmux-resurrect/resurrect.tmux' +run-shell '~/.tmux/plugins/tmux-continuum/continuum.tmux' +run-shell '~/.tmux/plugins/tmux-yank/yank.tmux' +run-shell '~/.tmux/plugins/tmux-copycat/copycat.tmux' +run-shell '~/.tmux/plugins/tmux-open/open.tmux' set -g @continuum-restore 'on' - -run '~/.tmux/plugins/tpm/tpm'