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
the same with adb and other plugins, as I understand them e file starting with _
➜ ~ 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
OMZP::ag
No response
OS: linux-gnu | Vendor: pc | Machine: x86_64 | CPU: x86_64 | Processor: AMD Ryzen 5 5600H with Radeon Graphics | Hardware: x86_64
zsh 5.9 (x86_64-pc-linux-gnu)
xterm-kitty
None
The text was updated successfully, but these errors were encountered:
@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
ag
zi ice as"completion" zi snippet OMZP::ag/_ag
or
zi as"completion" is-snippet for OMZP::ag/_ag
You can load multiple completions (i.e., ag & adb) with brace expansion.
zi as"completion" is-snippet for OMZP::{adb/_adb,ag/_ag}
Sorry, something went wrong.
Thx bro(slava Ukraine)
Thanks. This helped a lot! 👍🏼
vladdoster
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: