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