質問

My $PS1 in Bash is set to:

\[${BOLD}${MAGENTA}\]\u \[$WHITE\]at \[$ORANGE\]\h \[$WHITE\]in \[$GREEN\]\w\[$WHITE\]\$([[ -n \$(git branch 2> /dev/null) ]] && echo \" on \")\[$PURPLE\]\$(parse_git_branch)\[$WHITE\]

But is showing up like:

Jesse at unknown2837371d98a2 in ~

Why is my hostname (\h) showing up as unknown?

役に立ちましたか?

解決

The problem is that you have such hostname. Please check it using hostname.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top