Skip to main content
3 of 3
formatting; sourcing the .zshrc instead of restarting the Terminal

Edit your .zshrc file and change the variable PROMPT like so:

PROMPT=$'%F{%(#.blue.green)}${debian_chroot:+($debian_chroot)──}(%B%F{%(#.yellow.blue)}%n%(#.💀.㉿)%m%b%F{%(#.blue.green)})-[%B%F{reset}%(6~.%-1~/…/%4~.%5~)%b%F{%(#.blue.green)}]%B%(#.%F{yellow}#.%F{blue}$)%b%F{reset} '

You can also get rid of the newline between prompts. Just change this variable to "no":

new_line_before_prompt=no

While I was at it I also changed the color red to yellow, because It was popping out too much to me.

In order for the changes to take effect you must restart the Terminal or execute source ~/.zshrc.