From 6101953f4034bd13ff4f96dd677de1f4bcc3cd45 Mon Sep 17 00:00:00 2001 From: drzel Date: Sun, 25 Sep 2016 17:49:30 +0100 Subject: [PATCH] rename ubuntu plugin ag alias to age (conflicts with ag-silversearcher) --- plugins/ubuntu/ubuntu.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ubuntu/ubuntu.plugin.zsh b/plugins/ubuntu/ubuntu.plugin.zsh index d924f8861..2b32cde0d 100644 --- a/plugins/ubuntu/ubuntu.plugin.zsh +++ b/plugins/ubuntu/ubuntu.plugin.zsh @@ -27,7 +27,7 @@ compdef _afu afu='sudo apt-file update' alias ppap='sudo ppa-purge' compdef _ppap ppap='sudo ppa-purge' -alias ag='sudo apt-get' # age - but without sudo +alias age='sudo apt-get' alias aga='sudo apt-get autoclean' # aac alias agar='sudo apt-get autoremove' alias agb='sudo apt-get build-dep' # abd