Tmux窗口标题不断重命名 [英] Tmux window title keeps renaming

查看:438
本文介绍了Tmux窗口标题不断重命名的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

突然,在执行每个命令后,我的屏幕/tmux都开始更改窗口的名称.即使手动重命名(通过屏幕上的 Ctrl + A A tmux上的Ctrl + B .

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 action on the terminal, even after manually renaming them (by Ctrl+A A on screen or Ctrl+B on tmux).

在tmux上,我已经尝试更改tmux.conf设置以禁用窗口自动重命名功能,但似乎已被忽略.

On tmux I already tried to change the tmux.conf settings to disable window auto renaming off, but seems that it was ignored.

我正在使用不带标准/etc/bashrc配置文件的bash.我的发行版是Fedora 18.

I am using bash without the standard /etc/bashrc configuration file. My distro is Fedora 18.

推荐答案

检查您的PS1(如果已设置,还加上PS2PS3PS4)是否为

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

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

这篇关于Tmux窗口标题不断重命名的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆