mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
9 lines
193 B
Markdown
9 lines
193 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)
|
|
```
|