Remove reattach to user namespace
This commit is contained in:
parent
920af5d81e
commit
431f82d5b1
2 changed files with 4 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ set -g status-keys vi
|
||||||
|
|
||||||
# Fix copy/pasting
|
# Fix copy/pasting
|
||||||
set -g default-shell $SHELL
|
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"
|
bind y run "tmux save-buffer - | reattach-to-user-namespace pbcopy"
|
||||||
|
|
||||||
# mouse settings
|
# mouse settings
|
||||||
|
|
|
||||||
3
.zshenv
3
.zshenv
|
|
@ -79,6 +79,9 @@ fi
|
||||||
if [ -d ~/.gems/bin ] ; then
|
if [ -d ~/.gems/bin ] ; then
|
||||||
export PATH="$HOME/.gems/bin:$PATH"
|
export PATH="$HOME/.gems/bin:$PATH"
|
||||||
fi
|
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
|
if [ -d ~/.gem/ruby/1.8/bin ] ; then
|
||||||
export PATH="$PATH:$HOME/.gem/ruby/1.8/bin"
|
export PATH="$PATH:$HOME/.gem/ruby/1.8/bin"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue