diff options
-rw-r--r-- | tmux.conf | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -96,12 +96,3 @@ set-option -g status-right-length 50 # left status bar set-option -g status-left-length 20 -### Plugins - -set -g @plugin 'tmux-plugins/tpm' -set -g @plugin 'tmux-plugins/tmux-resurrect' -set -g @plugin 'johannst/tmux-save-bash-env' - -# Initialize TMUX plugin manager -run-shell '~/.tmux/plugins/tpm/tpm' - |