mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-06 03:10:35 +01:00
docs(yum): fix typo (#13589)
This commit is contained in:
parent
2117ee5cf7
commit
536515d186
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