summaryrefslogtreecommitdiff
path: root/plugins/suse/README.md
diff options
context:
space:
mode:
authorKevin Ottens <ervin@ipsquad.net>2019-03-22 20:32:29 +0100
committerMarc Cornellà <marc.cornella@live.com>2019-03-22 20:32:29 +0100
commit2b68600d50f2e75ab22583e8cb49fc8ee9a9675f (patch)
tree29c961329e62bd33f13a44cb7a40bae4ef4e79d1 /plugins/suse/README.md
parent1e11a3c112f47ee87f432a5410755239ff43b0bb (diff)
downloadzsh-2b68600d50f2e75ab22583e8cb49fc8ee9a9675f.tar.gz
zsh-2b68600d50f2e75ab22583e8cb49fc8ee9a9675f.tar.bz2
zsh-2b68600d50f2e75ab22583e8cb49fc8ee9a9675f.zip
suse: remove sudo from some zypper aliases (#7678)
Closes #5564
Diffstat (limited to 'plugins/suse/README.md')
-rw-r--r--plugins/suse/README.md40
1 files changed, 20 insertions, 20 deletions
diff --git a/plugins/suse/README.md b/plugins/suse/README.md
index 0e8a7f7ba..b9b069574 100644
--- a/plugins/suse/README.md
+++ b/plugins/suse/README.md
@@ -15,14 +15,14 @@ plugins=(... suse)
| Alias | Commands | Description |
| ---------------- | ----------------------------- | -------------------------------------------------------------- |
| z | `sudo zypper` | call zypper |
-| zh | `sudo zypper -h` | print help |
-| zhse | `sudo zypper -h se` | print help for the search command |
-| zlicenses | `sudo zypper licenses` | prints a report about licenses and EULAs of installed packages |
+| zh | `zypper -h` | print help |
+| zhse | `zypper -h se` | print help for the search command |
+| zlicenses | `zypper licenses` | prints a report about licenses and EULAs of installed packages |
| zps | `sudo zypper ps` | list process using deleted files |
| zshell | `sudo zypper shell` | open a zypper shell session |
| zsource-download | `sudo zypper source-download` | download source rpms for all installed packages |
-| ztos | `sudo zypper tos` | shows the ID string of the target operating system |
-| zvcmp | `sudo zypper vcmp` | tell whether version1 is older or newer than version2 |
+| ztos | `zypper tos` | shows the ID string of the target operating system |
+| zvcmp | `zypper vcmp` | tell whether version1 is older or newer than version2 |
## Packages commands
@@ -39,8 +39,8 @@ plugins=(... suse)
| Alias | Commands | Description |
| ------ | ------------------- | ---------------------- |
| zdup | `sudo zypper dup` | upgrade packages |
-| zlp | `sudo zypper lp` | list necessary patches |
-| zlu | `sudo zypper lu` | list updates |
+| zlp | `zypper lp` | list necessary patches |
+| zlu | `zypper lu` | list updates |
| zpchk | `sudo zypper pchk` | check for patches |
| zup | `sudo zypper up` | update packages |
| zpatch | `sudo zypper patch` | install patches |
@@ -49,16 +49,16 @@ plugins=(... suse)
| Alias | Commands | Description |
| ------------- | -------------------------- | ---------------------------------------------------- |
-| zif | `sudo zypper if` | display info about packages |
-| zpa | `sudo zypper pa` | list packages |
-| zpatch-info | `sudo zypper patch-info` | display info about patches |
-| zpattern-info | `sudo zypper pattern-info` | display info about patterns |
-| zproduct-info | `sudo zypper product-info` | display info about products |
-| zpch | `sudo zypper pch` | list all patches |
-| zpd | `sudo zypper pd` | list products |
-| zpt | `sudo zypper pt` | list patterns |
-| zse | `sudo zypper se` | search for packages |
-| zwp | `sudo zypper wp` | list all packages providing the specified capability |
+| zif | `zypper if` | display info about packages |
+| zpa | `zypper pa` | list packages |
+| zpatch-info | `zypper patch-info` | display info about patches |
+| zpattern-info | `zypper pattern-info` | display info about patterns |
+| zproduct-info | `zypper product-info` | display info about products |
+| zpch | `zypper pch` | list all patches |
+| zpd | `zypper pd` | list products |
+| zpt | `zypper pt` | list patterns |
+| zse | `zypper se` | search for packages |
+| zwp | `zypper wp` | list all packages providing the specified capability |
## Repositories commands
@@ -66,7 +66,7 @@ plugins=(... suse)
| ----- | ------------------- | ---------------------------------------- |
| zar | `sudo zypper ar` | add a repository |
| zcl | `sudo zypper clean` | clean cache |
-| zlr | `sudo zypper lr` | list repositories |
+| zlr | `zypper lr` | list repositories |
| zmr | `sudo zypper mr` | modify repositories |
| znr | `sudo zypper nr` | rename repositories (for the alias only) |
| zref | `sudo zypper ref` | refresh repositories |
@@ -79,12 +79,12 @@ plugins=(... suse)
| zms | `sudo zypper ms` | modify properties of specified services |
| zrefs | `sudo zypper refs` | refreshing a service mean executing the service's special task |
| zrs | `sudo zypper rs` | remove specified repository index service from the system |
-| zls | `sudo zypper ls` | list services defined on the system |
+| zls | `zypper ls` | list services defined on the system |
## Package Locks Management commands
| Alias | Commands | Description |
| ----- | ---------------- | ----------------------------------- |
| zal | `sudo zypper al` | add a package lock |
| zcl | `sudo zypper cl` | remove unused locks |
-| zll | `sudo zypper ll` | list currently active package locks |
+| zll | `zypper ll` | list currently active package locks |
| zrl | `sudo zypper rl` | remove specified package lock |