Skip to content

Automatic install makes zsh to hang forever #25

@thom4parisot

Description

@thom4parisot

Hello,

Great tool! I have had a great pleasure to use it to create my own autocomplete stuff :-)

I have used the .setupShellInitFile() function to automatically setup the shell autocompletion. However when I do so and run source ~/.zshrc, it hangs forever. I have to kill -9 the hanging process.

The added line in the .zshrc files is the following:

# .zshrc
. <(app --completion)

When I turn it into the following one, it does not hang and autocompletion works:

eval $(app --completion)

I am unsure about this issue.
Do you have an idea?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions