mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-27 03:14:56 +01:00
docs: fix typo in installation instructions for yum plugin
This commit is contained in:
parent
52d93f18d6
commit
4f453fe007
1 changed files with 1 additions and 1 deletions
|
|
@ -22,6 +22,6 @@ plugins=(... yum)
|
|||
| yi | `sudo yum install` | Install package |
|
||||
| ygi | `sudo yum groupinstall` | Install package group |
|
||||
| yr | `sudo yum remove` | Remove package |
|
||||
| ygr | `sudo yum groupremove` | Remove pagage group |
|
||||
| ygr | `sudo yum groupremove` | Remove package group |
|
||||
| yrl | `sudo yum remove --remove-leaves` | Remove package and leaves |
|
||||
| yc | `sudo yum clean all` | Clean yum cache |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue