Update README.md
This commit is contained in:
parent
8b8938f414
commit
98fd5fa4da
1 changed files with 4 additions and 4 deletions
|
@ -149,10 +149,10 @@ zmodule zsh-users/zsh-autosuggestions
|
||||||
The [completion] module calls `compinit` for you. You should remove any
|
The [completion] module calls `compinit` for you. You should remove any
|
||||||
`compinit` calls from your `~/.zshrc` when you use this module. The modules will
|
`compinit` calls from your `~/.zshrc` when you use this module. The modules will
|
||||||
be initialized in the order they are defined, and [completion] must be
|
be initialized in the order they are defined, and [completion] must be
|
||||||
initialized after all modules that add completion definitions, so it comes after
|
initialized *after* all modules that add completion definitions, so it must come
|
||||||
[zsh-users/zsh-completions].
|
after [zsh-users/zsh-completions].
|
||||||
|
|
||||||
See the [`zmodule` usage](#zmodule) below for more examples on how to use it to
|
Check the [`zmodule` usage](#zmodule) below for more examples on how to use it to
|
||||||
define the modules you want to use.
|
define the modules you want to use.
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
|
@ -166,7 +166,7 @@ use. The modules will be initialized in the order they are defined.
|
||||||
The `~/.zimrc` file is not sourced during Zsh startup, and it's only used to
|
The `~/.zimrc` file is not sourced during Zsh startup, and it's only used to
|
||||||
configure the `zimfw` plugin manager.
|
configure the `zimfw` plugin manager.
|
||||||
|
|
||||||
The [examples of `~/.zimrc` files](#create-zimrc) above.
|
Check [examples of `~/.zimrc` files](#create-zimrc) above.
|
||||||
|
|
||||||
### zmodule
|
### zmodule
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue