# 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) ```