override file will actually override

This commit is contained in:
Stefen Auris 2021-12-18 23:49:56 -05:00
parent 1957ec475b
commit b9c841e4c2

View file

@ -45,9 +45,6 @@ bind M \
set-option -g mouse off \;\ set-option -g mouse off \;\
display 'Mouse: OFF' display 'Mouse: OFF'
##File for Local Overrides, if needed
if-shell "[ -f ~/.tmux_local.conf ]" 'source ~/.tmux_local.conf'
#plugin settings #plugin settings
# Prefix Highlight: 'L' for left only, 'R' for right only and 'LR' for both # Prefix Highlight: 'L' for left only, 'R' for right only and 'LR' for both
set -g @tmux_power_prefix_highlight_pos 'LR' set -g @tmux_power_prefix_highlight_pos 'LR'
@ -58,5 +55,8 @@ run-shell "$HOME/.tmux/plugins/tmux-power/tmux-power.tmux"
#Pain Control #Pain Control
run-shell "$HOME/.tmux/plugins/tmux-pain-control/pain_control.tmux" 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) #init tmux plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm' run '~/.tmux/plugins/tpm/tpm'