浏览代码

fix conflict with command ag (#6395)

ag is a famous command just like grep.
Canux 6 年之前
父节点
当前提交
1ec5bab7d8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/debian/debian.plugin.zsh

+ 1 - 1
plugins/debian/debian.plugin.zsh

@@ -50,7 +50,7 @@ if [[ $use_sudo -eq 1 ]]; then
     alias adg='sudo $apt_pref update && sudo $apt_pref $apt_upgr'
     alias adu='sudo $apt_pref update && sudo $apt_pref dist-upgrade'
     alias afu='sudo apt-file update'
-    alias ag='sudo $apt_pref $apt_upgr'
+    alias au='sudo $apt_pref $apt_upgr'
     alias ai='sudo $apt_pref install'
     # Install all packages given on the command line while using only the first word of each line:
     # acs ... | ail