mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-08 04:34:00 +02:00
Merge 8bad18b6be into 5667161d49
This commit is contained in:
commit
83baa53e64
1 changed files with 1 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ if [[ $use_sudo -eq 1 ]]; then
|
|||
alias afu='sudo apt-file update'
|
||||
alias ag='sudo $apt_pref $apt_upgr'
|
||||
alias ai='sudo $apt_pref install'
|
||||
alias aar='sudo add-apt-repository'
|
||||
# Install all packages given on the command line while using only the first word of each line:
|
||||
# acs ... | ail
|
||||
alias ail="sed -e 's/ */ /g' -e 's/ *//' | cut -s -d ' ' -f 1 | "' xargs sudo $apt_pref install'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue