mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-31 20:07:39 +08:00
16 lines
440 B
Markdown
16 lines
440 B
Markdown
# Finch plugin
|
|
|
|
This plugin adds auto-completion and aliases for [finch](https://runfinch.com/).
|
|
|
|
To use it add `finch` to the plugins array in your zshrc file.
|
|
|
|
```zsh
|
|
plugins=(... finch)
|
|
```
|
|
|
|
## Aliases
|
|
|
|
| Alias | Command | Description |
|
|
| :------ | :---------- | :----------------------------------------------- |
|
|
| fvm | `finch vm` | Operate on the Virtual Machine container runtime |
|