Updated Troubleshooting (markdown)
parent
587d1b9a62
commit
3cc15fe921
1 changed files with 4 additions and 2 deletions
|
@ -1,8 +1,10 @@
|
|||
## Completion is not working
|
||||
|
||||
If you are using the `completion` module, there can be a conflict if other scripts are running `compinit` too.
|
||||
If you are using the `completion` module, there can be a conflict if other scripts are calling `compinit` too.
|
||||
|
||||
In case you're getting a "warning: compinit being called again after completion module at ..." message in the terminal, then remove the `compinit` call from the mentioned file.
|
||||
In case you're getting a "warning: compinit being called again after completion module at .../modules/completion/init.zsh" mentioning Zim's completion module, then possibly this means your `${ZIM_HOME}/init.zsh script` in being sourced twice. Double check your `~/.zshrc` file.
|
||||
|
||||
In case you're getting a "warning: compinit being called again after completion module at ..." message in the terminal, mentioning another script, then remove the `compinit` call from the mentioned file.
|
||||
|
||||
In case you're getting a "warning: completion was already initialized before completion module." message in the terminal, then follow
|
||||
these steps to check further:
|
||||
|
|
Loading…
Reference in a new issue