# HG changeset patch # User Meredith Howard # Date 1475288429 14400 # Node ID 2002e152dff6eb46afc6a1eaeaca5e00965f06f9 # Parent cdab701bb9f6ca639bc0194b12e5040ee1cd23da just use test diff --git a/.tmux.conf b/.tmux.conf --- 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"