Make OSX apps work under tmux (mas, pbcopy, etc)

This commit is contained in:
James Walker 2016-09-16 10:38:30 -04:00
parent 67c7615ac8
commit 08528879af
Signed by: walkah
GPG Key ID: 3C127179D6086E93

View File

@ -9,4 +9,6 @@ set-option -g status-left-length 60
set -g status-bg black
set -g status-fg white
bind-key X kill-session
bind-key X kill-session
set-option -g default-command "reattach-to-user-namespace -l zsh"