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

Add check for autoloading compinit in zsh.go #124

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jun 27, 2020

  1. Add check for autoloading compinit in zsh.go

    Encountered issue when trying to install autocompletion for terraform on fresh MacOS with default zsh configuration, using their `terraform -install-autocomplete` command.
    Raised issue on terraform git (hashicorp/terraform#25421) and found it imports this module.
    Cloned zsh.go and added check for the line that autoloads the zsh compinit. 
    Please review, thanks!
    ratticon authored Jun 27, 2020
    Configuration menu
    Copy the full SHA
    b7a6ebd View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Update zsh.go

    Fixed bug in compInit check that would duplicate bashcompinit line in if both bashcompinit and compinit lines are missing from z.rc file.
    ratticon authored Jun 30, 2020
    Configuration menu
    Copy the full SHA
    fcba7c8 View commit details
    Browse the repository at this point in the history