From 16788dbbd8998e300066ce7599d705d093557ee1 Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Sun, 10 Jun 2012 09:05:54 -0500 Subject: [PATCH] Removing call that was breaking tmux conf --- tmux/tmux.conf.symlink | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/tmux.conf.symlink b/tmux/tmux.conf.symlink index 3f8b888..57cc2f3 100644 --- a/tmux/tmux.conf.symlink +++ b/tmux/tmux.conf.symlink @@ -4,7 +4,7 @@ set -g prefix C-a bind C-a send-prefix # reattach to user namespace -set-option -g default-command "reattach-to-user-namespace -l zsh" +# set-option -g default-command "reattach-to-user-namespace -l zsh" # make delay shorter set -sg escape-time 0