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

[bug]: curl: (22) The requested URL returned error: 404 #581

Closed
1 task done
SPRATAY opened this issue Sep 14, 2023 · 3 comments
Closed
1 task done

[bug]: curl: (22) The requested URL returned error: 404 #581

SPRATAY opened this issue Sep 14, 2023 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@SPRATAY
Copy link

SPRATAY commented Sep 14, 2023

What happened?

the same with adb and other plugins, as I understand them e file starting with _

Steps to reproduce

➜ ~ zsh

Setting up snippet: OMZP::ag
Downloading OMZP::ag (with curl, wget, lftp)...
curl: (22) The requested URL returned error: 404
curl: (22) The requested URL returned error: 404
ERROR: Download failed.
omz_termsupport_cwd:3: command not found: omz_urlencode

Relevant output

No response

Screenshots and recordings

No response

Operating System & Version

OS: linux-gnu | Vendor: pc | Machine: x86_64 | CPU: x86_64 | Processor: AMD Ryzen 5 5600H with Radeon Graphics | Hardware: x86_64

Zsh version

zsh 5.9 (x86_64-pc-linux-gnu)

Terminal emulator

xterm-kitty

If using WSL on Windows, which version of WSL

None

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@SPRATAY SPRATAY added the bug Something isn't working label Sep 14, 2023
@vladdoster
Copy link
Member

vladdoster commented Sep 16, 2023

@SPRATAY,

This is not a bug in Zinit, but due to ag plugin on being a completion. The syntax to handle this is covered in the README.md

zi ice as"completion"
zi snippet OMZP::ag/_ag

or

zi as"completion" is-snippet for OMZP::ag/_ag
Screenshot 2023-09-15 at 23 33 00

You can load multiple completions (i.e., ag & adb) with brace expansion.

zi as"completion" is-snippet for OMZP::{adb/_adb,ag/_ag}
Screenshot 2023-09-15 at 23 44 22

@SPRATAY
Copy link
Author

SPRATAY commented Sep 16, 2023

Thx bro(slava Ukraine)

@SPRATAY SPRATAY closed this as completed Sep 16, 2023
@svenjacobs
Copy link

Thanks. This helped a lot! 👍🏼

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants