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

🐛 Fix zsh autocompletion installation #237

Merged
merged 10 commits into from
Aug 17, 2024

Commits on Feb 22, 2021

  1. Remove zsh autocomplete styling

    This is an opinionated change that can affect users existing completion configuration.
    alexjurkiewicz committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    9e34726 View commit details
    Browse the repository at this point in the history
  2. Fix zsh autocomplete ordering

    compinit must be run after fpath is updated, to load new completions.
    
    Don't add extraneous newlines at the end of zshrc.
    alexjurkiewicz committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    73fee86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    903b2a8 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    0e8e037 View commit details
    Browse the repository at this point in the history
  2. restore original edits

    svlandeg committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    067d870 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    062bb90 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    e9e1221 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6e3e91 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Configuration menu
    Copy the full SHA
    e99c38f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1b4039 View commit details
    Browse the repository at this point in the history