4

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.

4

2 に答える 2

1

prezto add を使用している場合

$ echo "prompt paradox" >> ~/.zshrc
$ source ~/.zshrc

yadr を使用している場合

$ echo "prompt paradox" >> ~/.zsh.after/prompt.zsh
$ source ~/.zshrc
于 2016-08-05T06:45:12.247 に答える