diff options
author | johannst <stoelp@eit.uni-kl.de> | 2018-04-07 21:16:23 +0900 |
---|---|---|
committer | johannst <stoelp@eit.uni-kl.de> | 2018-04-07 21:16:23 +0900 |
commit | eceaecd97660181704c9f63c5b188a9d17299d8c (patch) | |
tree | 572458e952861edfb1716b873c0ad938fa4ce3fa | |
parent | 73a55130911dcde9d43ceb3be713d88fe50f8769 (diff) | |
download | dotfiles-eceaecd97660181704c9f63c5b188a9d17299d8c.tar.gz dotfiles-eceaecd97660181704c9f63c5b188a9d17299d8c.zip |
tmux.conf added TPM plugin manager
-rw-r--r-- | tmux.conf | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -92,3 +92,13 @@ set-option -g display-panes-colour colour244 # right status bar set -g status-right '#H #[fg=colour226,bg=colour239] %d/%m #[fg=colour226,bg=colour239] %H:%M ' set -g status-right-length 50 + +### 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' + |