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