From 21ff18a5ae920ff7b0a910d2a3815948352e3940 Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Mon, 17 Feb 2014 11:57:56 -0600 Subject: [PATCH] Adding that weird reattach-to-user-namespace thing --- tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux.conf b/tmux.conf index 1e7fcc2..9e0cd9b 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,3 +1,6 @@ +# UGH +set-option -g default-command "reattach-to-user-namespace -l fish" + # Set the prefix to ^A unbind C-b set -g prefix C-a