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