Remove reattach to user namespace

This commit is contained in:
Hunter Haugen 2016-03-21 13:46:58 -07:00
parent 920af5d81e
commit 431f82d5b1
2 changed files with 4 additions and 1 deletions

View file

@ -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

View file

@ -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