📌  相关文章
📜  linux 更改提示到当前用户 - Shell-Bash 代码示例

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

代码示例1
# environment variable PS1 to customize prompt
# \u current user
export PS1="\u : "
#example
username: