check for .tmux.conf.local

Fri, 30 Sep 2016 21:19:26 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 30 Sep 2016 21:19:26 -0400
changeset 399
eccd268e79e0
parent 398
15a173de64c4
child 400
d982b5261dc7

check for .tmux.conf.local

.tmux.conf file | annotate | diff | comparison | revisions
--- 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"
 

mercurial