Remove alias per contribution guidelines

This commit is contained in:
Simon Marty 2025-09-30 21:06:39 -07:00 committed by GitHub
commit 928f692308
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 8 deletions

View file

@ -7,9 +7,3 @@ 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 |

View file

@ -11,5 +11,3 @@ if [[ ! -f "$ZSH_CACHE_DIR/completions/_finch" ]]; then
fi
finch completion zsh 2> /dev/null >| "$ZSH_CACHE_DIR/completions/_finch" &|
alias fvm='finch vm'