tmux 窗口自动变动名字的解决方案:bash
1. tmux.conf 里面更改spa
set-window-option -g automatic-rename offcode
set-window-option -g automatic-rename off
set-option -g allow-rename off io
set-option -g allow-rename off
2. bashrc 里面更改:class
DISABLE_AUTO_TITLE=true解决方案
DISABLE_AUTO_TITLE=true