mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
fix alias conflict with command ag.
As we know ag is the most usefull command, it's faster than ack2 and grep. So, I change the alias from ag to au, I think au is better for "sudo apt-get/aptitude upgrade". And let's use ag for the original command.
This commit is contained in:
parent
98d8d3429f
commit
d7053e47f1
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 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue