Update README.md

This commit is contained in:
Eric Nielsen 2022-03-06 17:28:23 -05:00
parent 8b8938f414
commit 98fd5fa4da
No known key found for this signature in database
GPG Key ID: 47D1DBFA0765A1FB
1 changed files with 4 additions and 4 deletions

View File

@ -149,10 +149,10 @@ zmodule zsh-users/zsh-autosuggestions
The [completion] module calls `compinit` for you. You should remove any
`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
initialized after all modules that add completion definitions, so it comes after
[zsh-users/zsh-completions].
initialized *after* all modules that add completion definitions, so it must come
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.
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
configure the `zimfw` plugin manager.
The [examples of `~/.zimrc` files](#create-zimrc) above.
Check [examples of `~/.zimrc` files](#create-zimrc) above.
### zmodule