📌  相关文章
📜  如何在 linux 中使我的 PS1 成为密码 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:36.589000             🧑  作者: Mango

代码示例1
SuperUser.com
All you need is to use export "PS1="$(whoami)@$(hostname):$(pwd) >" then edit /etc/profile and append this line at the end.