From e16854213ee95f27b51ec21f8eda02ed8d6c0db8 Mon Sep 17 00:00:00 2001 From: Gregory Pakosz Date: Thu, 24 Oct 2013 15:15:22 +0200 Subject: [PATCH] adjusted 'reattach-no-usernamespace' detection --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 34d3e5a..7d79b4e 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -29,7 +29,7 @@ bind e new-window -n '~/.tmux.conf' '${EDITOR:-vim} ~/.tmux.conf && tmux source bind r source-file ~/.tmux.conf \; display '~/.tmux.conf sourced' # see https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard -set -g default-command "initializing() { $(command -v reattach-to-user-namespace && echo '-l') $SHELL; }; initializing" +set -g default-command "initializing() { $(command -v reattach-to-user-namespace) $SHELL -l; }; initializing" # -- display -------------------------------------------------------------------