blob: d5972d56c5f8f59dcee4f8114405e91d142b7a97 (
plain)
1
2
3
4
5
6
7
8
9
10
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.
|