From f8bc88180edc90a873289af1e0d18eb82bb15907 Mon Sep 17 00:00:00 2001 From: sebastian <44314956+meinzer1899@users.noreply.github.com> Date: Tue, 6 Aug 2024 14:15:46 +0200 Subject: [PATCH] Add zsh-volta volta is JS toolchain manager (e.g. node) like nvm with focus being fast, reliable and universal. Signed-off-by: sebastian <44314956+meinzer1899@users.noreply.github.com> --- community/gallery/collection/06_plugins.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/community/gallery/collection/06_plugins.mdx b/community/gallery/collection/06_plugins.mdx index 027b6d10..ab4679b9 100644 --- a/community/gallery/collection/06_plugins.mdx +++ b/community/gallery/collection/06_plugins.mdx @@ -226,6 +226,14 @@ zi ice wait lucid atload"ztie -d db/redis -a 127.0.0.1:4815/5 -zSL main rdhash" zi load z-shell/zredis ``` +### SC: [cowboyd/zsh-volta](https://github.com/cowboyd/zsh-volta) + +```shell showLineNumbers +# uses feature branch named v1, has no master branch +zi ice wait lucid ver'v1' +zi load cowboyd/zsh-volta +``` + ## With [for][4] syntax ### SC: [z-shell/zsh-eza](https://github.com/z-shell/zsh-eza)