From 8e7562f46cd9c7f3ac461244610a3f875431ddae Mon Sep 17 00:00:00 2001 From: elmerehbi Date: Thu, 26 Apr 2018 21:01:19 +0200 Subject: [PATCH] added agrs for agr -s gst --- plugins/ubuntu/ubuntu.plugin.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/ubuntu/ubuntu.plugin.zsh b/plugins/ubuntu/ubuntu.plugin.zsh index 082481466..d2e17ce22 100644 --- a/plugins/ubuntu/ubuntu.plugin.zsh +++ b/plugins/ubuntu/ubuntu.plugin.zsh @@ -50,6 +50,7 @@ alias agud='sudo apt-get update && sudo apt-get full-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' +alias agrs='sudo apt-get remove -s' # agr --simulate compdef _ag apg='sudo apt-get' compdef _aga aga='sudo apt-get autoclean'