.\" Automatically generated by Pandoc .\" .TH "antidote\-load" "1" "" "" "Antidote Manual" .SH NAME \f[B]antidote load\f[R] \- statically source bundles .SH SYNOPSIS .PP antidote load [ []] .SH DESCRIPTION \f[B]antidote\-load\f[R] will turn the bundle file into a static load file and then source it. .PP The default bundle file is \f[B]${ZDOTDIR:\-$HOME}/.zsh_plugins.txt\f[R]. This can be overridden with the following \f[B]zstyle\f[R]: .PP \ \ zstyle \[aq]:antidote:bundle\[aq] file /path/to/my/bundle_file.txt .PP The default static file is \f[B]${ZDOTDIR:\-$HOME}/.zsh_plugins.zsh\f[R]. This can be overridden with the following \f[B]zstyle\f[R]: .PP \ \ zstyle \[aq]:antidote:static\[aq] file /path/to/my/static_file.zsh .SH OPTIONS .TP \-h, \-\-help Show the help documentation. .TP [] The plugins file to source if not using the default. Defaults to \f[B]${ZDOTDIR:\-$HOME}/.zsh_plugins.txt\f[R] or zstyle setting. .TP [] The static plugins file to generate if not using the default. Defaults to \f[B]${ZDOTDIR:\-$HOME}/.zsh_plugins.zsh\f[R] or zstyle setting. .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