# HG changeset patch # User Meredith Howard # Date 1475284766 14400 # Node ID eccd268e79e03aac1dfd6fb96585d2c9472b6a6d # Parent 15a173de64c44d585167b560e406dc02f3bba9e7 check for .tmux.conf.local diff --git a/.tmux.conf b/.tmux.conf --- 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"