From b1b0395195398cc11679745d0051c5d26cca5402 Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Thu, 10 Jan 2013 22:48:44 -0600 Subject: [PATCH] added reattach-to-user-namespace back in --- tmux/tmux.conf.symlink | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux/tmux.conf.symlink b/tmux/tmux.conf.symlink index 8bfdf4e..9d5fbf2 100644 --- a/tmux/tmux.conf.symlink +++ b/tmux/tmux.conf.symlink @@ -1,3 +1,4 @@ +set -g default-command "reattach-to-user-namespace -l zsh" # tmux display things in 256 colors set -g default-terminal "screen-256color"