From b9c841e4c21528959d34c925b9ba864d3e15e7f9 Mon Sep 17 00:00:00 2001 From: steveokard Date: Sat, 18 Dec 2021 23:49:56 -0500 Subject: [PATCH] override file will actually override --- tmux/.tmux.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 8132bc5..47a1e0a 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -45,9 +45,6 @@ bind M \ set-option -g mouse off \;\ display 'Mouse: OFF' -##File for Local Overrides, if needed -if-shell "[ -f ~/.tmux_local.conf ]" 'source ~/.tmux_local.conf' - #plugin settings # Prefix Highlight: 'L' for left only, 'R' for right only and 'LR' for both set -g @tmux_power_prefix_highlight_pos 'LR' @@ -58,5 +55,8 @@ run-shell "$HOME/.tmux/plugins/tmux-power/tmux-power.tmux" #Pain Control run-shell "$HOME/.tmux/plugins/tmux-pain-control/pain_control.tmux" +##File for Local Overrides, if needed +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'