diff options
author | johannst <stoelp@eit.uni-kl.de> | 2019-05-19 13:09:36 +0200 |
---|---|---|
committer | johannst <stoelp@eit.uni-kl.de> | 2019-05-19 13:09:36 +0200 |
commit | 6c2ede266b1c2f58ddd928878ecd9f7b56dff3f9 (patch) | |
tree | 52c6c39870cdc831c7a74a4cab0d2b20566f273a | |
parent | 8d6f0d3c4cea2f41217bb73f39867826b8a4253f (diff) | |
download | dotfiles-6c2ede266b1c2f58ddd928878ecd9f7b56dff3f9.tar.gz dotfiles-6c2ede266b1c2f58ddd928878ecd9f7b56dff3f9.zip |
tmux.conf removed plugin stuffs
-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' - |