How can I change the prompt of my zsh shell while still retaining the cool coloring that agnoster provides? For people who don't know, it looks like this
I want to add some things like ! and \u before the working directories. I've tried the usual PS1="! \u \w" but it just gives this:
EDIT: I found the right escaped characters for inserting information, but it cancels out the styling
How can I change the prompt while maintaining the styling?
You can change the prompt_context() in .oh-my-zsh/themes/.zsh-theme with the following block of code