commit | eee3dd297e46bb66b392826bde4441ba91c65099 | [log] [download] |
---|---|---|
author | Nicholas Marriott <nicholas.marriott@gmail.com> | Thu Jul 09 18:14:18 2009 +0000 |
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | Thu Jul 09 18:14:18 2009 +0000 |
tree | c99b18ab660ac43ef6b20eda1e991808ddde76a6 | |
parent | 5afe17d147b9c156d6cf07304a63b881d0094155 [diff] |
New command, if-shell (alias if). Executes the tmux command in the second argument if the shell command in the first succeeds, for example: if "[ -e ~/.tmux.conf.alt ]" "source .tmux.conf.alt" Written by Tiago Cunha, many thanks.