xcv58 / tmux_conf

Config file for tmux
0 stars 1 forks source link

tmux die silently #1

Open xcv58 opened 8 years ago

xcv58 commented 8 years ago

The reason probably is this line:

set-option -g default-command "reattach-to-user-namespace -l zsh"

Please make sure you have installed tmux-MacOSX-pasteboard

And this command:

which reattach-to-user-namespace

has output:

/usr/local/bin/reattach-to-user-namespace
xcv58 commented 8 years ago

I should fix this by checking whether reattach-to-user-namespace exists.