mirror of
1
0
Fork 0

remove debug code

This commit is contained in:
Stefanos Kalantzis 2018-05-23 11:23:16 +02:00
parent 7e69583736
commit b604ffeb7a
1 changed files with 2 additions and 4 deletions

View File

@ -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'