feat(plugins): Add a new showpkg alias to ubuntu plugin (#4653)

Add an alias for ```showpkg``` to get the reverse and recursive dependencies on a package
master
Oshadha Gunawardena 5 years ago committed by GitHub
parent 6779e10759
commit 3cdc36fc1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      plugins/ubuntu/ubuntu.plugin.zsh

@ -15,6 +15,9 @@ alias agli='apt list --installed'
# List available updates only
alias aglu='apt list --upgradable'
alias acsp='apt-cache showpkg'
compdef _acsp acsp='apt-cache showpkg'
# superuser operations ######################################################
alias afu='sudo apt-file update'

Loading…
Cancel
Save