Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的.zpreztorc文件中有以下行:
.zpreztorc
zstyle ':prezto:module:prompt' theme 'paradox'
当我prompt -c在终端中输入时,它会返回:
prompt -c
Current prompt theme is: paradox
但是主题本身没有加载。只有在我键入 run 后prompt paradox,主题才会真正显示。我还需要添加到任何配置文件中以确保在我启动终端时实际加载主题。我正在使用 iTerm2,并且我已经正确安装了电力线。
prompt paradox
presto 的提示设置过去曾出现过问题;IMO 最好将主题添加到您的 .zshrc 中:
promptinit prompt paradox
如果您使用 prezto 添加
$ echo "prompt paradox" >> ~/.zshrc $ source ~/.zshrc
如果您使用的是 yadr
$ echo "prompt paradox" >> ~/.zsh.after/prompt.zsh $ source ~/.zshrc