From 6af004f92973a61b9d3adb95a6a47ad1eadb3776 Mon Sep 17 00:00:00 2001 From: steveokard Date: Mon, 19 Dec 2022 01:45:00 -0500 Subject: [PATCH] tmux theme needs to be set before tpm initialized --- config/dot-tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/config/dot-tmux.conf b/config/dot-tmux.conf index 5c79e8d..403b25e 100644 --- a/config/dot-tmux.conf +++ b/config/dot-tmux.conf @@ -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'