removed windows and linux split subdir
This commit is contained in:
parent
83dda10fa8
commit
065b982734
280 changed files with 9053 additions and 426 deletions
50
.antidote/man/man1/antidote-load.1
Normal file
50
.antidote/man/man1/antidote-load.1
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
.\" 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 [<bundlefile> [<staticfile>]]
|
||||
.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
|
||||
[<bundlefile>]
|
||||
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
|
||||
[<staticfile>]
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue