我把这是.bashrc
# colors
NC="$(tput sgr0)"
RED="$(tput setaf 1)"
GREEN="$(tput setaf 2)"
# etc ...
PS1="\[$BROWN\]\u \[$CYAN\]#\# \[$PINK_BLD\]!\!\[$NC\] \[$BLUE\]\W: \[$NC\]"
所以
deepo #50 !545 ~: echo "This is an example what it will look like."
哈希 50 指示是什么以及如何使用?
有很多页面介绍如何进行 PS1(例如,http://www.cyberciti.biz/tips/howto-linux-unix-bash-shell-setup-prompt.html)但通过快速搜索,我只能得到哈希事物的标准描述(在本例中为“此命令的命令号”)。
答案1
\#
代表当前命令号。