override file will actually override
This commit is contained in:
parent
1957ec475b
commit
b9c841e4c2
1 changed files with 3 additions and 3 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue