虽然看看
this awesome thread我注意到一些例子使用
PS1="Blah Blah Blah"
和一些使用
PROMPT_COMMAND="Blah Blah Blah"
(和一些使用两者)在一个bash shell中设置提示。两者之间有什么区别? SO搜索,甚至一些更广泛的谷歌搜索没有得到我的结果,所以即使链接到正确的地方寻找答案将不胜感激。谢谢!
从GNU Bash文档页面:
http://www.gnu.org/software/bash/manual/bashref.html
原文链接:https://www.f2er.com/bash/392193.htmlPROMPT_COMMAND If set,the value is interpreted as a command to execute before the printing of each primary prompt ($PS1).
我从来没有使用它,但我可以用这个回来,当我只有sh。