just use test

Fri, 30 Sep 2016 22:20:29 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 30 Sep 2016 22:20:29 -0400
changeset 404
2002e152dff6
parent 403
cdab701bb9f6
child 405
62205e2a5972

just use test

.tmux.conf file | annotate | diff | comparison | revisions
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -34,5 +34,5 @@ set -g set-titles-string "#h(#S)"
 source-file ~/.tmux/screen-keys.conf
 source-file ~/.tmux/vim-keys.conf
 
-if-shell '[-e ~/.tmux.conf.local]' "source ~/.tmux.conf.local"
+if-shell 'test -e ~/.tmux.conf.local' "source ~/.tmux.conf.local"
 

mercurial