1
0
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:
Patrick Fitzgerald
2021-12-17 15:47:56 -08:00
committed by GitHub
parent 44c6a71243
commit 08d086a09c
2 changed files with 309 additions and 0 deletions

11
plugins/volta/README.md Normal file
View 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.