You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The generated completion script for ZSH includes an extra blank line at the start of the file before #compdef sops which prevents it from working with ZSH completion auto loading.
See Homebrew/homebrew-core#292915
The generated completion script for ZSH includes an extra blank line at the start of the file before
#compdef sopswhich prevents it from working with ZSH completion auto loading.