.\" Automatically generated by Pandoc .\" .TH "antidote\-init" "1" "" "" "Antidote Manual" .SH NAME \f[B]antidote init\f[R] \- initialize the shell for dynamic bundles .SH SYNOPSIS .PP source <(antidote init) .SH DESCRIPTION \f[B]antidote\-init\f[R] changes how the \f[B]antidote\f[R] command works by causing \f[B]antidote bundle\f[R] to automatically source its own output instead of just generating the Zsh script for a static file. .PP This behavior exists mainly to support legacy antigen/antibody usage. Static bundling is highly recommended 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 \f[B]antidote\f[R] to support users preferring dynamic bundles. .PP Typical usage involves adding this snippet to your \f[B].zshrc\f[R] before using \f[B]antidote bundle\f[R] commands: .PP \ source <(antidote init) .SH OPTIONS .TP \-h, \-\-help Show the help documentation. .SH BUGS See GitHub Issues: \c .UR https://github.com/mattmc3/antidote/issues .UE \c .SH AUTHORS .IP \[bu] 2 Copyright (c) 2021\-2024 Matt McElheny .IP \[bu] 2 antidote contributors: \c .UR https://github.com/mattmc3/antidote/graphs/contributors .UE \c .SH LICENSE MIT