We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cd6cef commit 274d42bCopy full SHA for 274d42b
README.md
@@ -92,6 +92,9 @@ Manual installation:
92
93
3. Source `~/.zshrc` (or restart zsh) to start using the plugin
94
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
98
source ~/.zshrc
99
100
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