Fri, 30 Sep 2016 21:19:26 -0400
check for .tmux.conf.local
--- a/.tmux.conf +++ b/.tmux.conf @@ -179,5 +179,5 @@ set -g status-fg cyan set -g set-titles on set -g set-titles-string "#h(#S)" -source ~/.tmux.conf.local +if-shell '[-e ~/.tmux.conf.local]' "source ~/.tmux.conf.local"