1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-04-10 16:32:00 +00:00

Remove alias per contribution guidelines

This commit is contained in:
Simon Marty
2025-09-30 21:06:39 -07:00
committed by GitHub
parent f5c03eae01
commit 928f692308
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'