From bffd47f1997f87131089ceba9691a8d11fb96b70 Mon Sep 17 00:00:00 2001 From: Christopher Peeters <32568187+cpeetersburg@users.noreply.github.com> Date: Wed, 23 Oct 2019 22:26:57 +0200 Subject: [PATCH] For the suse plugin the zypper install shortcut is `zin` instead of `zi` --- Plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins.md b/Plugins.md index e78ce66..8ecaa21 100644 --- a/Plugins.md +++ b/Plugins.md @@ -1644,7 +1644,7 @@ Note that if a filename is misspelled or doesn't have the necessary path descrip | Alias | Command | |:------|:-------------------------| -| _zi_ | sudo zypper install | +| _zin_ | sudo zypper install | | _zrf_ | sudo zypper refresh | | _zs_ | zypper search | | _zup_ | sudo zypper dist-upgrade |