readded tpm need to research merging

This commit is contained in:
2019-04-28 12:15:53 -06:00
parent ea0fa94294
commit 2f6f026bc6
+8
View File
@@ -67,3 +67,11 @@ setw -g pane-active-border-style fg=colour39,bg=black
# command line # command line
set -g message-style fg=default,bg=default,bright set -g message-style fg=default,bg=default,bright
# Plugin list
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-resurrect'
#set -g @plugin 'tmux-plugins/tmux-continuum'
# start tmux plugin manager(keep last line)
run -b '~/.tmux/plugins/tpm/tpm'