I installed ZSH today and whenever I use it, my hostname changes.
Outside of ZSH it is:
mus@MyMachine
However, when I run zsh
it then displays as:
mus@x86_64-conda_cos6-linux-gnu
I have searched for a reason online but can't seem to find anything that addresses it.
When I try hostname
(whilst running ZSH) to check if it has been changed, it returns:
MyMachine
This indicates that my hostname hasn't changed, yet it still displays as:
mus@x86_64-conda_cos6-linux-gnu
It takes up a lot more screen space than I would like and makes my CLI messy, which is why I would like to change (or even revert) it if possible.
Why is this happening? Is this something I can / need to change?