tmux 1.8 changed how run-shell works.
authorIain Patterson <me@iain.cx>
Sun, 29 Sep 2013 15:18:56 +0000 (16:18 +0100)
committerIain Patterson <me@iain.cx>
Thu, 23 Jan 2014 15:39:55 +0000 (15:39 +0000)
commitf557b85709b56b7798276700850afe9ae2b838a5
tree841cb9474879916500a49f24e6c71e118d82a67f
parent94f24178b771bc28ceed574682a5458c876703ff
tmux 1.8 changed how run-shell works.

Prior to tmux 1.8 all run-shell commands ran in the foreground and we
had to detach explicitly.  From 1.8 onwards we can use the -b flag to
run a command in the background.

Ensure we run ktmux_helper in the appropriate way for the available tmux
version.
.profile.d/tmux.bashrc