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:
@@ -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 |
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user