We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'd like to set :prezto:load:pmodule-dirs however module is prepended to the zstyle command.
:prezto:load:pmodule-dirs
module
zstyle
Example
If have the following in ~/.zshrc
~/.zshrc
zgen prezto 'load' pmodule-dirs "$HOME/.zprezto-modules"
The following is generated (in ~/.zgen/init.zsh)
~/.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'
The text was updated successfully, but these errors were encountered:
Fix markdirs interfering with zgenom update (tarjoilija#127)
zgenom update
5cff6c2
* Fix markdirs interfering with `zgenom update` Closes tarjoilija#126 * Use glob modifiers instead of unsetopt * Fix trailing '/.git/' no matter what
No branches or pull requests
I'd like to set
:prezto:load:pmodule-dirs
howevermodule
is prepended to thezstyle
command.Example
If have the following in
~/.zshrc
The following is generated (in
~/.zgen/init.zsh
)I would like zgen to generate this:
The text was updated successfully, but these errors were encountered: