CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/07/09 09:47:49
Modified files:
usr.bin/tmux : Makefile cmd.c tmux.1 tmux.h
Added files:
usr.bin/tmux : cmd-if-shell.c
Log message:
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.
