mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-09 17:00:44 +01:00
feat(volta): add volta plugin (#10441)
For Volta JavaScript toolchain https://github.com/volta-cli/volta
This commit is contained in:
committed by
GitHub
parent
44c6a71243
commit
08d086a09c
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.
|
||||
Reference in New Issue
Block a user