在屏幕会话中查看所有打开的 shell 时列出当前工作目录
我使用 screen 并在其中启动几个 shell。现在,如果我使用 Ctrl-a " 列出所有 shell,那么所有窗口都会列出通用的“bash”标签。我如何更改它,例如,以便它们也列出该窗口的当前工作目录。
I use screen and start a couple of shells within it. Now, if I list all shells using Ctrl-a " , then, all the windows are listed with a generic "bash" label. How can I change this, for e.g. so that they also list the current working directory of that window also.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没关系,我已经弄清楚了。通过 Ctrl-A " 序列显示的是 xterm 窗口名称,因此您必须将其设置为其他名称。
因此,对于 bash,请将其放在 .bashrc 中
Never mind, I figured it out. What is displayed via the Ctrl-A " sequence is the xterm window name, so you have to set that to something else.
So, for bash, put this in the .bashrc