ChrisJohnsen / tmux-MacOSX-pasteboard

Notes and workarounds for accessing the Mac OS X pasteboard in tmux sessions. Note: The pu branch (“Proposed Updates”) may be rewound without notice.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rename reattach-to-user-namespace to zsh

styts opened this issue · comments

is it possible to avoid having 'reattach-to-user-namespace' in the default window title?

I guess you have automatic-rename turned off?

You could include a call to tmux rename-window from your default-command:

set-option -g default-command "tmux rename-window zsh; reattach-to-user-namespace -l zsh"

Thanks, your solution worked :)