Closed alindeman closed 4 years ago
zsh's compinit only considers files where the absolute first line starts with #compdef or #autoload 1. Kingpin was generating completion files with a leading newline, causing this logic to skip the file.
Thanks!
zsh's compinit only considers files where the absolute first line starts with #compdef or #autoload 1. Kingpin was generating completion files with a leading newline, causing this logic to skip the file.