zsh-users / zsh-syntax-highlighting

Fish shell like syntax highlighting for Zsh.
github.com/zsh-users/zsh-syntax-highlighting
BSD 3-Clause "New" or "Revised" License
19.5k stars 1.32k forks source link

login user name disappeared after installing zsh-syntax in linux console !! #941

Closed SteveJobsCousin closed 6 months ago

SteveJobsCousin commented 7 months ago

usually my Linux login name in console / terminal, look like :

steve@ubuntu-server:~$

now its just look like :

~

which is confusing to me to know where m i when switching between multiple users ...

how i can return to the default without removing zsh-syntax-highlighting ?

my linux distro is ( Ubuntu Server LTS - 22.04 )

danielshahaf commented 6 months ago

usually my linux console text area will look like : @.***:~$ `

now its just look like : ~ which is confusing to me when switching between multiple users ...

how i can return to the default without removing zsh-syntax-highlighting ?

This issue is entirely independent of zsh-syntax-highlighting. Ask on zsh support channels. Good luck.

(Something in your setup changes the value of $PS1 aka $PROMPT.)