logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

antidote load - statically source bundles

Authors

       • Copyright (c) 2021-2024 Matt McElheny

       • antidote contributors: <https://github.com/mattmc3/antidote/graphs/contributors>

Bugs

       See GitHub Issues: <https://github.com/mattmc3/antidote/issues>

Description

antidote-load will turn the bundle file into a static load file and then source it.

       The default bundle file is ${ZDOTDIR:-$HOME}/.zsh_plugins.txt.  This can be overridden with the following
       zstyle:

         zstyle ':antidote:bundle' file /path/to/my/bundle_file.txt

       The default static file is ${ZDOTDIR:-$HOME}/.zsh_plugins.zsh.  This can be overridden with the following
       zstyle:

         zstyle ':antidote:static' file /path/to/my/static_file.zsh

License

       MIT

                                                                                                antidote-load(1)

Name

antidoteload - statically source bundles

Options

       -h, --help
              Show the help documentation.

       [<bundlefile>]
              The  plugins  file  to  source if not using the default.  Defaults to ${ZDOTDIR:-$HOME}/.zsh_plug‐ins.txt or zstyle setting.

       [<staticfile>]
              The  static  plugins  file  to  generate  if  not  using  the  default.    Defaults   to   ${ZDOT‐DIR:-$HOME}/.zsh_plugins.zsh or zstyle setting.

Synopsis

       antidote load [<bundlefile> [<staticfile>]]

See Also