added Tmux Plugin Manager tpm

This commit is contained in:
2019-04-28 12:07:55 -06:00
parent 9e1089e6a3
commit 949e6da439
+7
View File
@@ -83,3 +83,10 @@ set -g pane-active-border-bg black
set -g message-fg default set -g message-fg default
set -g message-bg default set -g message-bg default
set -g message-attr bright set -g message-attr bright
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-resurrect'
#Initialize TPM(has to be last line)
run -b '~/.tmux/plugins/tpm/tpm'