From 20566530d3c141871074f848b4bce413cee9f769 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Wed, 22 Aug 2012 13:39:12 +0900 Subject: [PATCH] fix clipboard handling on osx --- tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux.conf b/tmux.conf index 2e862a0..8a5702d 100644 --- a/tmux.conf +++ b/tmux.conf @@ -22,3 +22,4 @@ set -g status-bg green if "test `hostname` = newkiwi" "set -g status-bg blue" set -g status-fg white +if "test -f /opt/local/bin/reattach-to-user-namespace" "set-option -g default-command '/opt/local/bin/reattach-to-user-namespace bash'"