summaryrefslogtreecommitdiff
path: root/plugins/ubuntu
diff options
context:
space:
mode:
authornextgenthemes <nextgenthemes@users.noreply.github.com>2015-07-02 17:33:30 +0200
committernextgenthemes <nextgenthemes@users.noreply.github.com>2015-07-02 17:33:30 +0200
commit2e92ff8ae5e6ddbac5040bb235518a4337aeb983 (patch)
tree6fe9b821de9c75a6623744dab85fbb9dec3e3720 /plugins/ubuntu
parent599831b85a5fd4564ab820530e2bb45f37ca3f99 (diff)
downloadzsh-2e92ff8ae5e6ddbac5040bb235518a4337aeb983.tar.gz
zsh-2e92ff8ae5e6ddbac5040bb235518a4337aeb983.tar.bz2
zsh-2e92ff8ae5e6ddbac5040bb235518a4337aeb983.zip
Adds agar = apt-get autoremove
Since #3902 lacks the auto-completion I made a PR for this as well. Also fixes some typos.
Diffstat (limited to 'plugins/ubuntu')
-rw-r--r--plugins/ubuntu/ubuntu.plugin.zsh4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/ubuntu/ubuntu.plugin.zsh b/plugins/ubuntu/ubuntu.plugin.zsh
index 0211d3374..85db3ce19 100644
--- a/plugins/ubuntu/ubuntu.plugin.zsh
+++ b/plugins/ubuntu/ubuntu.plugin.zsh
@@ -28,6 +28,7 @@ compdef _ppap ppap='sudo ppa-purge'
alias ag='sudo apt-get' # age - but without sudo
alias aga='sudo apt-get autoclean' # aac
+alias agar='sudo apt-get autoremove'
alias agb='sudo apt-get build-dep' # abd
alias agc='sudo apt-get clean' # adc
alias agd='sudo apt-get dselect-upgrade' # ads
@@ -41,6 +42,7 @@ alias aguu='sudo apt-get update && sudo apt-get upgrade' #adg
compdef _ag ag='sudo apt-get'
compdef _aga aga='sudo apt-get autoclean'
+compdef _agar agar='sudo apt-get autoremove'
compdef _agb agb='sudo apt-get build-dep'
compdef _agc agc='sudo apt-get clean'
compdef _agd agd='sudo apt-get dselect-upgrade'
@@ -65,7 +67,7 @@ alias mydeb='time dpkg-buildpackage -rfakeroot -us -uc'
# apt-add-repository with automatic install/upgrade of the desired package
# Usage: aar ppa:xxxxxx/xxxxxx [packagename]
-# If packagename is not given as 2nd arument the function will ask for it and guess the defaupt by taking
+# If packagename is not given as 2nd argument the function will ask for it and guess the default by taking
# the part after the / from the ppa name wich is sometimes the right name for the package you want to install
aar() {
if [ -n "$2" ]; then