I'm struggling to understand how to italicise a section of my zsh prompt (using prezto).
My prompt currently looks like this:
PROMPT='%F{yellow}%T %F{magenta}${SSH_TTY:+%n@%m }%F{cyan}%1~%f${vcs_info}\
55 %(!.%B%F{red}#%f%b.%B %(?.%F{green}.%F{red})❯%f%b) '
Say I wanted to make the vcs_info italic, how would I do that?