Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set :prezto:load:pmodule-dirs #126

Open
tekumara opened this issue Dec 21, 2019 · 0 comments
Open

Set :prezto:load:pmodule-dirs #126

tekumara opened this issue Dec 21, 2019 · 0 comments

Comments

@tekumara
Copy link

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'
forivall pushed a commit to forivall/zgen that referenced this issue Aug 8, 2023
* Fix markdirs interfering with `zgenom update`

Closes tarjoilija#126

* Use glob modifiers instead of unsetopt

* Fix trailing '/.git/' no matter what
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant