summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohannst <stoelp@eit.uni-kl.de>2019-05-19 13:09:36 +0200
committerjohannst <stoelp@eit.uni-kl.de>2019-05-19 13:09:36 +0200
commit6c2ede266b1c2f58ddd928878ecd9f7b56dff3f9 (patch)
tree52c6c39870cdc831c7a74a4cab0d2b20566f273a
parent8d6f0d3c4cea2f41217bb73f39867826b8a4253f (diff)
downloaddotfiles-6c2ede266b1c2f58ddd928878ecd9f7b56dff3f9.tar.gz
dotfiles-6c2ede266b1c2f58ddd928878ecd9f7b56dff3f9.zip
tmux.conf removed plugin stuffs
-rw-r--r--tmux.conf9
1 files changed, 0 insertions, 9 deletions
diff --git a/tmux.conf b/tmux.conf
index 76c2063..32b753b 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -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'
-