Pergunta

Once I launch the terminal app, I see a network machine name before my name, any idea how to fix it.

attached screenshot.

the name before : (colon) is a network machine nameenter image description here

Edit:

i went to system preferences and turned off file sharing, but it's still there (will check again after rebooting computer)

Foi útil?

Solução

This has nothing to do with FileSharing and everything to do with the hostname that the DNS server (usually a dynamic address-ing DHCP thing) assigns you.

So what you really want to do is modify your Bash prompt.

And here is a tutorial that talks about how to do it.

Outras dicas

You can set a custom prompt by editing your ~/.bashrc file. Just add:

export PS1="\W \$"

If you have no .bashrc file in your user home directory just create one. :D

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top