mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
feat(volta): add volta plugin (#10441)
For Volta JavaScript toolchain https://github.com/volta-cli/volta
This commit is contained in:
parent
44c6a71243
commit
08d086a09c
2 changed files with 309 additions and 0 deletions
11
plugins/volta/README.md
Normal file
11
plugins/volta/README.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Volta
|
||||
|
||||
This plugin provides completion for [Volta](https://volta.sh/).
|
||||
|
||||
To use it add volta to the plugins array in your zshrc file.
|
||||
|
||||
```bash
|
||||
plugins=(... volta)
|
||||
```
|
||||
|
||||
This plugin installs no aliases.
|
||||
Loading…
Add table
Add a link
Reference in a new issue