私はこれを.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
\#
現在のコマンド番号を示します。