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

fly.io cli conflicts with _concourse completion #983

Open
iloveitaly opened this issue Jan 12, 2023 · 1 comment
Open

fly.io cli conflicts with _concourse completion #983

iloveitaly opened this issue Jan 12, 2023 · 1 comment

Comments

@iloveitaly
Copy link

The flyctl cli tool installs a fly symlink. However, that symlink picks up the _concourse completion in this project.

What's the best way to handle this?

@syohex
Copy link
Contributor

syohex commented Jan 13, 2023

How about configuration fpath environment variable ? If its completion path is set before zsh-completions path(such as ~/.zsh/zsh-completions/src), zsh uses the former version.

fpath=(/somewhere/your_fly_completion_path ~/.zsh/zsh-completions/src $fpath)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants