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