tmux theme needs to be set before tpm initialized

This commit is contained in:
Stefen Auris 2022-12-19 01:45:00 -05:00
parent affe933668
commit 6af004f929

View file

@ -57,6 +57,7 @@ run-shell "$HOME/.tmux/plugins/tmux-power/tmux-power.tmux"
#Pain Control
run-shell "$HOME/.tmux/plugins/tmux-pain-control/pain_control.tmux"
if-shell "[ -f ~/.tmux_local.conf ]" 'source ~/.tmux_local.conf'
#init tmux plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'