We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug There is no path completion when using glow <tab> on zsh.
glow <tab>
I have (hopefully correctly) set up the completion file:
glow completion zsh > ~/.config/zsh/completion_files/_glow echo "fpath=(~/.config/zsh/completion_files $fpath) >> ~/.zshrc
Setup
~ % zsh --version zsh --version zsh 5.9 (x86_64-pc-linux-gnu) ~ % glow --version glow --version glow version 1.5.1 (ad21129)
The text was updated successfully, but these errors were encountered:
I'm also having this problem:
zsh 5.9 glow version 1.5.1 (ad21129)
Sorry, something went wrong.
Probably related to the cobra config in there source. See below. #512
d7032fe
No branches or pull requests
Describe the bug
There is no path completion when using
glow <tab>
on zsh.I have (hopefully correctly) set up the completion file:
Setup
The text was updated successfully, but these errors were encountered: