diff options
author | Robby Russell <robby@planetargon.com> | 2011-04-29 11:24:51 +0200 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2011-04-29 11:24:51 +0200 |
commit | c8ac3356c8da5ba0290066309b0fcd16d223f187 (patch) | |
tree | e61f7912d6a08d6bcee47d53e6bea4fb0bcf75e1 /plugins/deb | |
parent | 6f7d51c68d4de102f295d3b543ccb5c61dea2c3c (diff) | |
parent | 17eba9e46c3478d1f5840a477228216bd2844fbc (diff) | |
download | zsh-c8ac3356c8da5ba0290066309b0fcd16d223f187.tar.gz zsh-c8ac3356c8da5ba0290066309b0fcd16d223f187.tar.bz2 zsh-c8ac3356c8da5ba0290066309b0fcd16d223f187.zip |
Merge branch 'master' of github.com:robbyrussell/oh-my-zsh
Diffstat (limited to 'plugins/deb')
-rw-r--r-- | plugins/deb/deb.plugin.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/deb/deb.plugin.zsh b/plugins/deb/deb.plugin.zsh index 732294a87..1b35a0646 100644 --- a/plugins/deb/deb.plugin.zsh +++ b/plugins/deb/deb.plugin.zsh @@ -9,4 +9,5 @@ alias ar="sudo apt-get remove --purge && \ sudo apt-get autoremove --purge" # remove package alias ap="apt-cache policy" # apt policy alias av="apt-cache show" # show package info +alias acs="apt-cache search" # search package alias ac="sudo apt-get clean && sudo apt-get autoclean" # clean apt cache |