mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01:00
fix conflict with command ag (#6395)
ag is a famous command just like grep.
This commit is contained in:
parent
d6ccb41d0b
commit
1ec5bab7d8
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ if [[ $use_sudo -eq 1 ]]; then
|
||||||
alias adg='sudo $apt_pref update && sudo $apt_pref $apt_upgr'
|
alias adg='sudo $apt_pref update && sudo $apt_pref $apt_upgr'
|
||||||
alias adu='sudo $apt_pref update && sudo $apt_pref dist-upgrade'
|
alias adu='sudo $apt_pref update && sudo $apt_pref dist-upgrade'
|
||||||
alias afu='sudo apt-file update'
|
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'
|
alias ai='sudo $apt_pref install'
|
||||||
# Install all packages given on the command line while using only the first word of each line:
|
# Install all packages given on the command line while using only the first word of each line:
|
||||||
# acs ... | ail
|
# acs ... | ail
|
||||||
|
|
Loading…
Reference in a new issue