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 init - initialize the shell for dynamic 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-init  changes  how the antidote command works by causing antidotebundle to automatically source
       its own output instead of just generating the Zsh script for a static file.

       This behavior exists mainly to support legacy antigen/antibody usage.  Static bundling is  highly  recom‐
       mended  for the best performance.  However, dynamic bundling may be preferable for some scenarios, so you
       can rely on this functionality remaining a key feature in antidote to support  users  preferring  dynamic
       bundles.

       Typical usage involves adding this snippet to your .zshrc before using antidotebundle commands:

        source <(antidote init)

License

       MIT

                                                                                                antidote-init(1)

Name

antidoteinit - initialize the shell for dynamic bundles

Options

       -h, --help
              Show the help documentation.

Synopsis

       source <(antidote init)

See Also