zsh-users / antigen

The plugin manager for zsh.
http://antigen.sharats.me
MIT License
8.01k stars 279 forks source link

How to set prezto theme in antigen? #705

Closed techstay closed 2 years ago

techstay commented 4 years ago

Description

Antigen works very well with ohmyzsh. I tried prezto but I don't know how to set prezto embeded themes (eg. sorin) ?

here is my zshrc:

source ~/.antigen.zsh
antigen use prezto

# this supposed to be nothing with the issue
function _z() { _zlua "$@"; }
antigen bundle skywind3000/z.lua
antigen bundle changyuheng/fz

# some not shown
antigen bundle sorin-ionescu/prezto modules/helper
antigen bundle sorin-ionescu/prezto modules/editor
antigen bundle sorin-ionescu/prezto modules/git

# not work, no theme loaded, just a `%` prompt
antigen theme sorin

# this could show theme , but with `prompt_sorin_precmd:5: permission denied: prompt-pwd` eror messages
zstyle ':prezto:module:prompt' theme 'sorin'
antigen apply

It seems the case is just like #539 , is there any solutions?