summaryrefslogtreecommitdiff
path: root/plugins/ubuntu
diff options
context:
space:
mode:
authorPhilippe Loctaux <loctauxphilippe@users.noreply.github.com>2015-08-21 16:05:54 +0200
committerPhilippe Loctaux <loctauxphilippe@users.noreply.github.com>2015-08-21 16:05:54 +0200
commitaaf5c8f43f6eee141b9ea4b85b4e1097db4a1770 (patch)
treee554ccf4c4677fb9f232b96f11103b63098afbf0 /plugins/ubuntu
parent192de6bcffb0294e19f4203f6f7dc1a7f3e427be (diff)
downloadzsh-aaf5c8f43f6eee141b9ea4b85b4e1097db4a1770.tar.gz
zsh-aaf5c8f43f6eee141b9ea4b85b4e1097db4a1770.tar.bz2
zsh-aaf5c8f43f6eee141b9ea4b85b4e1097db4a1770.zip
added apt-get autoremove in ubuntu plugin
I use that command a lot of times, and there's no shortcut for that. Now it does :)
Diffstat (limited to 'plugins/ubuntu')
-rw-r--r--plugins/ubuntu/ubuntu.plugin.zsh3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/ubuntu/ubuntu.plugin.zsh b/plugins/ubuntu/ubuntu.plugin.zsh
index 0211d3374..a1a5016c7 100644
--- a/plugins/ubuntu/ubuntu.plugin.zsh
+++ b/plugins/ubuntu/ubuntu.plugin.zsh
@@ -3,6 +3,7 @@
# https://github.com/dbb
# https://github.com/Mappleconfusers
# Nicolas Jonas nextgenthemes.com
+# https://github.com/loctauxphilippe
#
# Debian, Ubuntu and friends related zsh aliases and functions for zsh
@@ -38,6 +39,7 @@ alias agu='sudo apt-get update' # ad
alias agud='sudo apt-get update && sudo apt-get dist-upgrade' #adu
alias agug='sudo apt-get upgrade' # ag
alias aguu='sudo apt-get update && sudo apt-get upgrade' #adg
+alias agar='sudo apt-get autoremove'
compdef _ag ag='sudo apt-get'
compdef _aga aga='sudo apt-get autoclean'
@@ -51,6 +53,7 @@ compdef _agu agu='sudo apt-get update'
compdef _agud agud='sudo apt-get update && sudo apt-get dist-upgrade'
compdef _agug agug='sudo apt-get upgrade'
compdef _aguu aguu='sudo apt-get update && sudo apt-get upgrade'
+compdef _agar agar='sudo apt-get autoremove'
# Remove ALL kernel images and headers EXCEPT the one in use
alias kclean='sudo aptitude remove -P ?and(~i~nlinux-(ima|hea) \