Tmux window title keeps renaming

前端 未结 4 764
误落风尘
误落风尘 2021-02-02 12:04

Suddenly, both my screen/tmux started changing my windows\' names after every command. They keep changing the name to the value of $PROMPT_COMMAND on every single a

4条回答
  •  梦毁少年i
    2021-02-02 12:55

    Check whether your PS1 (plus PS2, PS3 or PS4 if those are set) is changing the title:

    printf %q "$PS1" | grep -F '\\033'
    

提交回复
热议问题