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

Add zsh-volta #597

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions community/gallery/collection/06_plugins.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading