removed windows and linux split subdir

This commit is contained in:
Luka Jankovic 2026-02-03 23:43:22 +01:00
parent 83dda10fa8
commit 065b982734
280 changed files with 9053 additions and 426 deletions

View file

@ -0,0 +1,28 @@
---
title: antidote-init
section: 1
header: Antidote Manual
---
# NAME
**antidote init** - initialize the shell for dynamic bundles
# SYNOPSIS
| source <(antidote init)
# DESCRIPTION
**antidote-init** changes how the **antidote** command works by causing **antidote bundle** 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 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 **antidote** to support users preferring dynamic bundles.
Typical usage involves adding this snippet to your **.zshrc** before using **antidote bundle** commands:
| source <(antidote init)
# OPTIONS
-h, \--help
: Show the help documentation.