Open axxie opened 3 years ago
By default oh-my-zsh sets the terminal title before each command and program launch. This behavior makes manual setting of the window title in tmux completely useless.
The fix is a matter of adding
DISABLE_AUTO_TITLE=true
to ~/.tmux.conf
By default oh-my-zsh sets the terminal title before each command and program launch. This behavior makes manual setting of the window title in tmux completely useless.