mirror of
https://github.com/zdharma-continuum/zinit-annex-bin-gem-node.git
synced 2026-09-10 07:26:18 -04:00
docs: update zdharma to zdharma-continuum (#29)
This commit is contained in:
parent
1b8dca1809
commit
b367930680
14
README.md
14
README.md
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue