mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
Remove alias per contribution guidelines
This commit is contained in:
parent
f5c03eae01
commit
928f692308
2 changed files with 0 additions and 8 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue