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

Auto-detect zsh via SHELL (#1218) #1350

Merged
merged 7 commits into from May 22, 2022
Merged

Auto-detect zsh via SHELL (#1218) #1350

merged 7 commits into from May 22, 2022

Commits on Apr 19, 2022

  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 authored and meatballhat committed Apr 19, 2022
    Copy the full SHA
    f89647b 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 authored and meatballhat committed Apr 19, 2022
    Copy the full SHA
    1150c2e View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2022

  1. Copy the full SHA
    56837b0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f3ef95f View commit details
    Browse the repository at this point in the history

Commits on May 7, 2022

  1. Copy the full SHA
    6c811a8 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2022

  1. Copy the full SHA
    e66ce91 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e66017d View commit details
    Browse the repository at this point in the history