mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-03 04:20:01 +02:00
Add a new alias
Add an alias for ```showpkg``` to get the reverse and recursive dependencies on a package
This commit is contained in:
parent
b457ae2501
commit
ddf407958f
1 changed files with 3 additions and 0 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue