문제

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)

도움이 되었습니까?

해결책

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.

다른 팁

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top