mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
18 lines
450 B
Markdown
18 lines
450 B
Markdown
# Antigravity
|
|
|
|
This plugin adds completion for the [Google Antigravity CLI](https://antigravity.google/docs/cli-features), as well as a few aliases for common commands.
|
|
|
|
To use it, add `antigravity` to the plugins array in your zshrc file:
|
|
|
|
```zsh
|
|
plugins=(... antigravity)
|
|
```
|
|
|
|
## Aliases
|
|
|
|
| Alias | Command |
|
|
| --- | --- |
|
|
| `agv` | `antigravity` |
|
|
| `agvi` | `antigravity init` |
|
|
| `agvb` | `antigravity build` |
|
|
| `agvd` | `antigravity deploy` |
|