mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Added aar alias (add-apt-repository) to debian plugin
This commit is contained in:
parent
921d2f49ef
commit
8bad18b6be
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ if [[ $use_sudo -eq 1 ]]; then
|
||||||
alias afu='sudo apt-file update'
|
alias afu='sudo apt-file update'
|
||||||
alias ag='sudo $apt_pref upgrade'
|
alias ag='sudo $apt_pref upgrade'
|
||||||
alias ai='sudo $apt_pref install'
|
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:
|
# Install all packages given on the command line while using only the first word of each line:
|
||||||
# acs ... | ail
|
# acs ... | ail
|
||||||
alias ail="sed -e 's/ */ /g' -e 's/ *//' | cut -s -d ' ' -f 1 | "' xargs sudo $apt_pref install'
|
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