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

Another approach for zsh completion #1218

Closed
wants to merge 2 commits into from
Closed

Another approach for zsh completion #1218

wants to merge 2 commits into from

Commits on Jan 29, 2021

  1. Simplify zsh completion

    Completion file shouldn't be sourced. It should provide only completion
    code (source of _command) for command. It's task for package manager or
    user to put under $fpath.
    z0rc committed Jan 29, 2021
    Copy the full SHA
    4cd65a6 View commit details
    Browse the repository at this point in the history
  2. Properly detect Zsh shell

    There is no need to define custom shell var, when Zsh can be detected by
    checking SHELL env var.
    z0rc committed Jan 29, 2021
    Copy the full SHA
    78d9c93 View commit details
    Browse the repository at this point in the history