1
0
Fork 0
mirror of synced 2024-11-22 07:25:33 -05:00

Updated Troubleshooting (markdown)

Eric Nielsen 2024-06-29 17:41:49 -05:00
parent 3cc15fe921
commit 6f06d15500

@ -1,6 +1,6 @@
## Completion is not working
If you are using the `completion` module, there can be a conflict if other scripts are calling `compinit` too.
If you are using the `completion` module, there can be a conflict if other scripts are calling `compinit` too. Also, if youre using this module, your should not do `source ~/.zshrc` when you want to reload your shell configuration, as this will cause `compinit` to be called twice. Do `exec zsh` instead.
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.