This article's code does not work for me. I have pasted all its code to my .zshrc.
I have the following in my .zshrc
RPROMPT='%{\[0;33m%}%1v%{\[0m%}'
It should indicate whether you have jobs or not. However, it does not do that for me.
I would like to get an X to the right prompt to indicate that you have a job running.
How can you have a right prompt which shows X if you have more than one jobs in Zsh?