I know the article which code does not work for me. I have pasted all its codes to my .zshrc.
I have the following code 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 a X to the right prompt to indicate that you have a job open.
How can you have a right prompt which shows X if you have more than one jobs in Zsh?