Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Script-installed autocomplete causes errors with Zsh #401

@xylix

Description

@xylix

Many Zsh configurations by default don't work out of the box with the way the script installs the autocompletion for zsh.

Besides sourcing the tmc-autocomplete.sh file the autocomplete install script could add

autoload bashcompinit
bashcompinit

into the zshrc file before sourcing tmc-autocomplete, but only if it's not already there. This lets zsh support bash completion and allows the autocompletions to work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions