mikelindner.com

powering the Internet since 1995

| Photography | Computing | Cooking |

“normal” prompt for zsh

October 29th, 2019

I’ve just started trying out zsh, so far so good.  The one thing that worried me was lack of uname@host on the prompt.  Adding the following line to .zshrc fixes that.

PROMPT="$fg[cyan]%}$USER@%{$fg[blue]%}%m ${PROMPT}"