You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you ever need to inspect the `ZINIT[HOME_DIR]` dir, where zinit's internal
119
-
data is stored you can do so by commenting out the `@teardown` section in your
120
-
test. Then you can re-run said test and head over to
121
-
`${TMPDIR:-/tmp}/zunit-zinit`. Good luck!
122
-
117
+
If you ever need to inspect the `ZINIT[HOME_DIR]` dir, where zinit's internal data is stored you can do so by commenting
118
+
out the `@teardown` section in your test. Then you can re-run said test and head over to `${TMPDIR:-/tmp}/zunit-zinit`.
119
+
Good luck!
123
120
124
121
# Misc
122
+
125
123
## Get the list of supported ices
126
124
127
125
To get the list in a quick-and-dirty fashion you issue:
@@ -130,5 +128,6 @@ To get the list in a quick-and-dirty fashion you issue:
130
128
zinit --help | tail -1
131
129
```
132
130
133
-
See [zinit-autoload.zsh](https://github.com/zdharma-continuum/zinit/blob/2feb41cf70d2f782386bbaa6fda691e3bdc7f1ac/zinit-autoload.zsh#L3445-L3447)
Here is `Asciidoc` code documentation generated using [Zshelldoc](https://github.com/zdharma-continuum/zshelldoc).
4
-
There are `4` Zinit's source files, the main one is [zinit.zsh](zinit.zsh.adoc). The documentation
5
-
lists all functions, interactions between them, their comments and features used.
3
+
Here is `Asciidoc` code documentation generated using [Zshelldoc](https://github.com/zdharma-continuum/zshelldoc). There
4
+
are `4` Zinit's source files, the main one is [zinit.zsh](zinit.zsh.adoc). The documentation lists all functions,
5
+
interactions between them, their comments and features used.
6
6
7
7
Github allows to directly view `Asciidoc` documents:
8
-
*[zinit.zsh](zinit.zsh.adoc) – always loaded, in `.zshrc` ([pdf](https://zdharma-continuum.github.io/zinit/wiki/zinit.zsh))
9
-
*[zinit-side.zsh](zinit-side.zsh.adoc) – common functions, loaded by `*-install` and `*-autoload` scripts ([pdf](https://zdharma-continuum.github.io/zinit/wiki/zinit-side.zsh))
10
-
*[zinit-install.zsh](zinit-install.zsh.adoc) – functions used only when installing a plugin or snippet ([pdf](https://zdharma-continuum.github.io/zinit/wiki/zinit-install.zsh))
11
-
*[zinit-autoload.zsh](zinit-autoload.zsh.adoc) – functions used only in interactive `Zinit` invocations ([pdf](https://zdharma-continuum.github.io/zinit/wiki/zinit-autoload.zsh/))
8
+
9
+
-[zinit.zsh](zinit.zsh.adoc) – always loaded, in `.zshrc`
0 commit comments