mirror of https://github.com/mattmc3/antidote
104 lines
2.1 KiB
Groff
104 lines
2.1 KiB
Groff
'\" t
|
|
.\" Title: antidote-load
|
|
.\" Author: [see the "AUTHOR(S)" section]
|
|
.\" Generator: Asciidoctor 2.0.26
|
|
.\" Date: 2025-12-12
|
|
.\" Manual: Antidote Manual
|
|
.\" Source: antidote
|
|
.\" Language: English
|
|
.\"
|
|
.TH "ANTIDOTE\-LOAD" "1" "2025-12-12" "antidote" "Antidote Manual"
|
|
.ie \n(.g .ds Aq \(aq
|
|
.el .ds Aq '
|
|
.ss \n[.ss] 0
|
|
.nh
|
|
.ad l
|
|
.de URL
|
|
\fI\\$2\fP <\\$1>\\$3
|
|
..
|
|
.als MTO URL
|
|
.if \n[.g] \{\
|
|
. mso www.tmac
|
|
. am URL
|
|
. ad l
|
|
. .
|
|
. am MTO
|
|
. ad l
|
|
. .
|
|
. LINKSTYLE blue R < >
|
|
.\}
|
|
.SH "NAME"
|
|
antidote-load \- statically source bundles
|
|
.SH "SYNOPSIS"
|
|
.sp
|
|
\fBantidote load\fP [<bundlefile> [<staticfile>]]
|
|
.SH "DESCRIPTION"
|
|
.sp
|
|
\fBantidote\-load\fP will turn the bundle file into a static load file and then source it.
|
|
.sp
|
|
The default bundle file is \f(CR${ZDOTDIR:\-$HOME}/.zsh_plugins.txt\fP. This can be overridden with the following \f(CRzstyle\fP:
|
|
.sp
|
|
.if n .RS 4
|
|
.nf
|
|
.fam C
|
|
zstyle \*(Aq:antidote:bundle\*(Aq file /path/to/my/bundle_file.txt
|
|
.fam
|
|
.fi
|
|
.if n .RE
|
|
.sp
|
|
The default static file is \f(CR${ZDOTDIR:\-$HOME}/.zsh_plugins.zsh\fP. This can be overridden with the following \f(CRzstyle\fP:
|
|
.sp
|
|
.if n .RS 4
|
|
.nf
|
|
.fam C
|
|
zstyle \*(Aq:antidote:static\*(Aq file /path/to/my/static_file.zsh
|
|
.fam
|
|
.fi
|
|
.if n .RE
|
|
.SH "OPTIONS"
|
|
.sp
|
|
\fB\-h, \-\-help\fP
|
|
.RS 4
|
|
Show the help documentation.
|
|
.RE
|
|
.sp
|
|
\fB[<bundlefile>]\fP
|
|
.RS 4
|
|
The plugins file to source if not using the default. Defaults to \f(CR${ZDOTDIR:\-$HOME}/.zsh_plugins.txt\fP or the \f(CRzstyle\fP setting.
|
|
.RE
|
|
.sp
|
|
\fB[<staticfile>]\fP
|
|
.RS 4
|
|
The static plugins file to generate if not using the default. Defaults to \f(CR${ZDOTDIR:\-$HOME}/.zsh_plugins.zsh\fP or the \f(CRzstyle\fP setting.
|
|
.RE
|
|
.SH "BUGS"
|
|
.sp
|
|
See GitHub Issues: \c
|
|
.URL "https://github.com/mattmc3/antidote/issues" "" ""
|
|
.SH "AUTHORS"
|
|
.sp
|
|
.RS 4
|
|
.ie n \{\
|
|
\h'-04'\(bu\h'+03'\c
|
|
.\}
|
|
.el \{\
|
|
. sp -1
|
|
. IP \(bu 2.3
|
|
.\}
|
|
Copyright (c) 2021\-2026 Matt McElheny
|
|
.RE
|
|
.sp
|
|
.RS 4
|
|
.ie n \{\
|
|
\h'-04'\(bu\h'+03'\c
|
|
.\}
|
|
.el \{\
|
|
. sp -1
|
|
. IP \(bu 2.3
|
|
.\}
|
|
antidote contributors: \c
|
|
.URL "https://github.com/mattmc3/antidote/graphs/contributors" "" ""
|
|
.RE
|
|
.SH "LICENSE"
|
|
.sp
|
|
MIT |