docs: update zdharma to zdharma-continuum (#29)

This commit is contained in:
vladislav doster 2023-09-15 12:49:19 -05:00 committed by GitHub
parent 1b8dca1809
commit b367930680
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -238,7 +238,7 @@ Example:
```zsh
% zinit ice gem'!asciidoctor'
% zinit load zdharma/null
% zinit load zdharma-continuum/null
% which asciidoctor
asciidoctor () {
local bindir="/home/sg/.zinit/plugins/zdharma---null/bin"
@ -260,13 +260,13 @@ In the second form it also creates a wrapper function identical to the one creat
Example:
```zsh
% zinit delete zdharma/null
% zinit delete zdharma-continuum/null
Delete /home/sg/.zinit/plugins/zdharma---null?
[yY/n…]
y
Done (action executed, exit code: 0)
% zinit ice node'remark <- !remark-cli -> remark; remark-man'
% zinit load zdharma/null
% zinit load zdharma-continuum/null
…installation messages…
% which remark
remark () {
@ -292,13 +292,13 @@ In the second form it also creates a wrapper function identical to the one creat
Example:
```zsh
% zinit delete zdharma/null
% zinit delete zdharma-continuum/null
Delete /home/sg/.zinit/plugins/zdharma---null?
[yY/n…]
y
Done (action executed, exit code: 0)
% zinit ice node'ansible <- !ansible -> ansible; ansible-lint'
% zinit load zdharma/null
% zinit load zdharma-continuum/null
…installation messages…
% which remark
ansible () {
@ -325,7 +325,7 @@ Example:
```zsh
% myfun() { pwd; ls -1 }
% zinit ice fmod'cgn:myfun'
% zinit load zdharma/null
% zinit load zdharma-continuum/null
% which myfun
myfun () {
local -x GEM_HOME="/home/sg/.zinit/plugins/zdharma---null"
@ -361,7 +361,7 @@ Example:
```zsh
% zinit ice fsrc"myscript -> myfunc" ferc"myscript"
% zinit load zdharma/null
% zinit load zdharma-continuum/null
% which myfunc
myfunc () {
local bindir="/home/sg/.zinit/plugins/zdharma---null"