zgen icon indicating copy to clipboard operation
zgen copied to clipboard

Set :prezto:load:pmodule-dirs

Open tekumara opened this issue 5 years ago • 0 comments

I'd like to set :prezto:load:pmodule-dirs however module is prepended to the zstyle command.

Example

If have the following in ~/.zshrc

zgen prezto 'load' pmodule-dirs "$HOME/.zprezto-modules"

The following is generated (in ~/.zgen/init.zsh)

zstyle ':prezto:module:load' 'pmodule-dirs' '/Users/tekumara/.zprezto-modules'

I would like zgen to generate this:

zstyle ':prezto:load' 'pmodule-dirs' '/Users/tekumara/.zprezto-modules'

tekumara avatar Dec 21 '19 11:12 tekumara