mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-12-19 02:41:57 +00:00
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
This commit is contained in:
parent
6779e10759
commit
3cdc36fc1e
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ alias agli='apt list --installed'
|
||||||
# List available updates only
|
# List available updates only
|
||||||
alias aglu='apt list --upgradable'
|
alias aglu='apt list --upgradable'
|
||||||
|
|
||||||
|
alias acsp='apt-cache showpkg'
|
||||||
|
compdef _acsp acsp='apt-cache showpkg'
|
||||||
|
|
||||||
# superuser operations ######################################################
|
# superuser operations ######################################################
|
||||||
|
|
||||||
alias afu='sudo apt-file update'
|
alias afu='sudo apt-file update'
|
||||||
|
|
Loading…
Reference in a new issue