1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-07 07:50:40 +01:00
Files
oh-my-zsh/plugins/volta/README.md
Patrick Fitzgerald 08d086a09c feat(volta): add volta plugin (#10441)
For Volta JavaScript toolchain
https://github.com/volta-cli/volta
2021-12-17 15:47:56 -08:00

12 lines
202 B
Markdown

# 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.