mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-10 02:09:51 +00:00
docs: improve several plugin READMEs and add one for ssh plugin
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
# suse
|
||||
|
||||
**Maintainer**: [r-darwish](https://github.com/r-darwish)
|
||||
|
||||
Alias for Zypper according to the official Zypper's alias
|
||||
Aliases for [Zypper](https://en.opensuse.org/Portal:Zypper) according to the official Zypper's alias
|
||||
|
||||
To use it add `suse` to the plugins array in you zshrc file.
|
||||
|
||||
@@ -10,6 +8,8 @@ To use it add `suse` to the plugins array in you zshrc file.
|
||||
plugins=(... suse)
|
||||
```
|
||||
|
||||
**Maintainer**: [r-darwish](https://github.com/r-darwish)
|
||||
|
||||
## Main commands
|
||||
|
||||
| Alias | Commands | Description |
|
||||
@@ -79,6 +79,7 @@ Related: [#9798](https://github.com/ohmyzsh/ohmyzsh/pull/9798).
|
||||
| zrr | `sudo zypper rr` | remove repositories |
|
||||
|
||||
## Services commands
|
||||
|
||||
| Alias | Commands | Description |
|
||||
| ----- | ------------------ | -------------------------------------------------------------- |
|
||||
| zas | `sudo zypper as` | adds a service specified by URI to the system |
|
||||
@@ -88,6 +89,7 @@ Related: [#9798](https://github.com/ohmyzsh/ohmyzsh/pull/9798).
|
||||
| zls | `zypper ls` | list services defined on the system |
|
||||
|
||||
## Package Locks Management commands
|
||||
|
||||
| Alias | Commands | Description |
|
||||
| ----- | ---------------- | ----------------------------------- |
|
||||
| zal | `sudo zypper al` | add a package lock |
|
||||
|
||||
Reference in New Issue
Block a user