Add a new alias

Add an alias for ```showpkg``` to get the reverse and recursive dependencies on a package
This commit is contained in:
Oshadha Gunawardena 2015-12-01 11:01:42 +05:30
commit ddf407958f

View file

@ -20,6 +20,9 @@ compdef _ags ags='apt-get source'
alias acp='apt-cache policy' # app
compdef _acp acp='apt-cache policy'
alias acsp='apt-cache showpkg'
compdef _acsp acsp='apt-cache showpkg'
# superuser operations ######################################################
alias afu='sudo apt-file update'
compdef _afu afu='sudo apt-file update'