From 431f82d5b1aad19d8076eb9619456396ca94e82c Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Mon, 21 Mar 2016 13:46:58 -0700 Subject: [PATCH] Remove reattach to user namespace --- .tmux.conf | 2 +- .zshenv | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index a15aa41..d8ed7dd 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -14,7 +14,7 @@ set -g status-keys vi # Fix copy/pasting set -g default-shell $SHELL -set -g default-command "reattach-to-user-namespace -l zsh || zsh" +set -g default-command "zsh" bind y run "tmux save-buffer - | reattach-to-user-namespace pbcopy" # mouse settings diff --git a/.zshenv b/.zshenv index e2a1859..0878af6 100644 --- a/.zshenv +++ b/.zshenv @@ -79,6 +79,9 @@ fi if [ -d ~/.gems/bin ] ; then export PATH="$HOME/.gems/bin:$PATH" fi +if [ -d ~/.gem/ruby/1.9.1/bin ] ; then + export PATH="$PATH:$HOME/.gem/ruby/1.9.1/bin" +fi if [ -d ~/.gem/ruby/1.8/bin ] ; then export PATH="$PATH:$HOME/.gem/ruby/1.8/bin" fi