From ddf407958fd52d05643ef3543ff2f5aacdbab77f Mon Sep 17 00:00:00 2001 From: Oshadha Gunawardena Date: Tue, 1 Dec 2015 11:01:42 +0530 Subject: [PATCH] Add a new alias Add an alias for ```showpkg``` to get the reverse and recursive dependencies on a package --- plugins/ubuntu/ubuntu.plugin.zsh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/ubuntu/ubuntu.plugin.zsh b/plugins/ubuntu/ubuntu.plugin.zsh index f08853643..2fbc88bdc 100644 --- a/plugins/ubuntu/ubuntu.plugin.zsh +++ b/plugins/ubuntu/ubuntu.plugin.zsh @@ -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'