From 6f06d15500079975b385c53d593f2f6add026a6a Mon Sep 17 00:00:00 2001 From: Eric Nielsen <4120606+ericbn@users.noreply.github.com> Date: Sat, 29 Jun 2024 17:41:49 -0500 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index 7ca3b1b..458948d 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -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 you’re 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.