summaryrefslogtreecommitdiff
path: root/plugins/ubuntu
diff options
context:
space:
mode:
authorIan Cowan <38896380+iccowan@users.noreply.github.com>2021-12-29 10:18:16 -0500
committerGitHub <noreply@github.com>2021-12-29 16:18:16 +0100
commit8b231f2aa752238bd8624822df7034a1b9d1188e (patch)
treeb11b6c978c31c6b8d17cb794f7eeed2f0a48da87 /plugins/ubuntu
parent659dbb53680c6f931d8e20d267fe879a37ba42f1 (diff)
downloadzsh-8b231f2aa752238bd8624822df7034a1b9d1188e.tar.gz
zsh-8b231f2aa752238bd8624822df7034a1b9d1188e.tar.bz2
zsh-8b231f2aa752238bd8624822df7034a1b9d1188e.zip
chore(ubuntu): add documentation for `acsp` alias (#10325)
Diffstat (limited to 'plugins/ubuntu')
-rw-r--r--plugins/ubuntu/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/ubuntu/README.md b/plugins/ubuntu/README.md
index 9efef0732..20f5c65ee 100644
--- a/plugins/ubuntu/README.md
+++ b/plugins/ubuntu/README.md
@@ -16,6 +16,7 @@ Commands that use `$APT` will use `apt` if installed or defer to `apt-get` other
|---------|--------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------|
| age | `sudo $APT` | Run apt-get with sudo |
| acs | `apt-cache search` | Search the apt-cache with the specified criteria |
+| acsp | `apt-cache showpkg` | Shows information about the listed packages |
| acp | `apt-cache policy` | Display the package source priorities |
| afs | `apt-file search --regexp` | Perform a regular expression apt-file search |
| afu | `sudo apt-file update` | Generates or updates the apt-file package database |