summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-07-09 15:47:49 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-07-09 15:47:49 +0000
commit81181bfb72b306aed736ad7d8c9aaff0425e6730 (patch)
treee30ec82583a948da4c1ee1a465e50d56932fc284 /Makefile
parent24e1327d0d77f0c8e022e0cd5109db321da7b324 (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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 73f543b2..774e8341 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ SRCS= arg.c attributes.c buffer-poll.c buffer.c cfg.c client-fn.c \
cmd-send-prefix.c cmd-server-info.c cmd-set-buffer.c cmd-set-option.c \
cmd-set-password.c cmd-set-window-option.c cmd-show-buffer.c \
cmd-show-options.c cmd-show-window-options.c cmd-source-file.c \
- cmd-split-window.c cmd-start-server.c cmd-string.c \
+ cmd-split-window.c cmd-start-server.c cmd-string.c cmd-if-shell.c \
cmd-suspend-client.c cmd-swap-pane.c cmd-swap-window.c \
cmd-switch-client.c cmd-unbind-key.c cmd-unlink-window.c \
cmd-up-pane.c cmd.c colour.c grid-view.c grid.c input-keys.c \