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 c2b595d commit 747a28eCopy full SHA for 747a28e
docs/src/setup.md
@@ -106,6 +106,7 @@ exec($(carapace _carapace))
106
107
```sh
108
# ${UserConfigDir}/zsh/.zshrc
109
+autoload -U compinit && compinit
110
export CARAPACE_BRIDGES='zsh,fish,bash,inshellisense' # optional
111
zstyle ':completion:*' format $'\e[2;37mCompleting %d\e[m'
112
source <(carapace _carapace)
0 commit comments