At this location the autocomplete enrichment runs compinit first. Even if needed, I believe it should respect the $XDG_CACHE_HOME or ZSH_COMPDUMP custom cache path option though compinit -d $XDG_CACHE_HOME. Omitting this currently causes the zcompdump to show up in my dotfiles instead of cache path.
Compinit location:
|
autoload -U compinit && compinit |
At this location the autocomplete enrichment runs
compinitfirst. Even if needed, I believe it should respect the$XDG_CACHE_HOMEorZSH_COMPDUMPcustom cache path option thoughcompinit -d $XDG_CACHE_HOME. Omitting this currently causes the zcompdump to show up in my dotfiles instead of cache path.Compinit location:
scaleway-cli/internal/namespaces/autocomplete/autocomplete.go
Line 119 in 6933915