Bash+屏幕提示和标题(Debian)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Bash+屏幕提示和标题(Debian)相关的知识,希望对你有一定的参考价值。

This .bashrc snippet sets the PS1 prompt so the title will be displayed in screen's statusbar.
  1. # STY is set by screen
  2. if [ -n "$STY" ]; then
  3. PS1='${debian_chroot:+($debian_chroot)}[email protected]h:w$ [33k]$(basename "w")[33\]'
  4. else
  5. PS1='${debian_chroot:+($debian_chroot)}[email protected]h:w$ '
  6. fi

以上是关于Bash+屏幕提示和标题(Debian)的主要内容,如果未能解决你的问题,请参考以下文章

使用 asyncio 将 bash 作为 Python 的子进程运行,但 bash 提示被延迟

bash更改提示符颜色后换行错位

如何在 Bash/Debian 中获取文件创建日期/时间?

python 一个终端代码片段,在mac上生成可启动的usb live CD,以运行类似ubuntu或debian的内容。

sh Bash的代码片段

支持动态或静态片段的不同屏幕尺寸?