Skip to content

Commit 274d42b

Browse files
committed
README: Clarify that compinit needs to be available when sourcing this
1 parent 0cd6cef commit 274d42b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ Manual installation:
9292

9393
3. Source `~/.zshrc` (or restart zsh) to start using the plugin
9494

95+
# This plugin requires compinit, so make sure that your ~/.zshrc or
96+
# your package manager loads it before, otherwise this is needed
97+
#autoload -U compinit && compinit
9598
source ~/.zshrc
9699

97100
4. Of course in case you want to test it temporary you just have to `source` the plugin file (`zsh-bash-completions-fallback.plugin.zsh`)

0 commit comments

Comments
 (0)