mirror of
https://github.com/tmux/tmux.git
synced 2025-10-26 12:27:15 +00:00
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.
This commit is contained in:
Reference in New Issue
Block a user