Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow sourcing zsh completion script #1917

Merged
merged 1 commit into from Mar 22, 2023

Commits on Mar 6, 2023

  1. Allow sourcing zsh completion script

    Although it is not the recommended approach, sourcing a completion
    script is the simplest way to get people to try using shell completion.
    Not allowing it for zsh has turned out to complicate shell completion
    adoption.  Further, many tools modify the zsh script to allow sourcing.
    
    This commit allows sourcing of the zsh completion script.
    
    Signed-off-by: Marc Khouzam <marc.khouzam@gmail.com>
    marckhouzam committed Mar 6, 2023
    Copy the full SHA
    87d31cd View commit details
    Browse the repository at this point in the history