mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
parent
5fbd8e4ee1
commit
ca5bbd7526
1 changed files with 2 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
|||
# Vagrant plugin
|
||||
|
||||
This plugin adds completion for [Vagrant](https://www.vagrantup.com/)
|
||||
This plugin adds autocompletion for [Vagrant](https://www.vagrantup.com/) commands, task names, box names and built-in handy documentation.
|
||||
|
||||
To use it, add `vagrant` to the plugins array in your zshrc file:
|
||||
|
||||
```zsh
|
||||
plugins=(... vagrant)
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue