summaryrefslogtreecommitdiff
path: root/plugins/ubuntu/ubuntu.plugin.zsh
diff options
context:
space:
mode:
authorMarc Cornellà <marc.cornella@live.com>2019-03-25 16:56:52 +0100
committerMarc Cornellà <marc.cornella@live.com>2019-03-26 18:16:29 +0100
commit7d27843e892e0906e70b7392c20ddde149636553 (patch)
treeb93ecf0b8c2b94a8a28a7bb7101dc3764d93c703 /plugins/ubuntu/ubuntu.plugin.zsh
parent7fe353ccb64017abb4de43b7e947115b8ec58871 (diff)
downloadzsh-7d27843e892e0906e70b7392c20ddde149636553.tar.gz
zsh-7d27843e892e0906e70b7392c20ddde149636553.tar.bz2
zsh-7d27843e892e0906e70b7392c20ddde149636553.zip
ubuntu: rename ag to age to avoid conflict with The Silver Searcher
Fixes #3866
Diffstat (limited to 'plugins/ubuntu/ubuntu.plugin.zsh')
-rw-r--r--plugins/ubuntu/ubuntu.plugin.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ubuntu/ubuntu.plugin.zsh b/plugins/ubuntu/ubuntu.plugin.zsh
index 6481fa371..d589096c3 100644
--- a/plugins/ubuntu/ubuntu.plugin.zsh
+++ b/plugins/ubuntu/ubuntu.plugin.zsh
@@ -21,7 +21,7 @@ alias afu='sudo apt-file update'
alias ppap='sudo ppa-purge'
-alias ag="sudo $APT"
+alias age="sudo $APT"
alias aga="sudo $APT autoclean"
alias agb="sudo $APT build-dep"
alias agc="sudo $APT clean"