I have the following line in my .zpreztorc
file:
zstyle ':prezto:module:prompt' theme 'paradox'
And when I type prompt -c
in my terminal it returns:
Current prompt theme is:
paradox
But the theme itself is not loaded. Only after I type run prompt paradox
does the theme actually display. Is there anything else I need to add to any configuration file to make sure the theme actually loads when I start my terminal. I'm using iTerm2 and I already have powerline installed properly.