diff --git a/tmux.conf b/tmux.conf index 8cd7472..ec78781 100644 --- a/tmux.conf +++ b/tmux.conf @@ -161,11 +161,9 @@ bind p paste-buffer # paste from the top paste buffer bind P choose-buffer # choose which buffer to paste from # -- load oh-my-tmux ------------------------------------------------------------------------ -#if '[ -f ~/.oh-my-tmux/oh-my-tmux.local.properties ]' 'source ~/.oh-my-tmux/oh-my-tmux.local.properties' -source ~/.oh-my-tmux/oh-my-tmux.local.properties +if '[ -f ~/.oh-my-tmux/oh-my-tmux.local.properties ]' 'source ~/.oh-my-tmux/oh-my-tmux.local.properties' run 'sh ~/.oh-my-tmux/oh-my-tmux.sh _apply_configuration' # -- user defined overrides ---------------------------------------------------- -#if '[ -f ~/.oh-my-tmux/oh-my-tmux.local.conf ]' 'source ~/.oh-my-tmux/oh-my-tmux.local.conf' -source ~/.oh-my-tmux/oh-my-tmux.local.conf +if '[ -f ~/.oh-my-tmux/oh-my-tmux.local.conf ]' 'source ~/.oh-my-tmux/oh-my-tmux.local.conf'