Added trizen to upgrade alias (archlinux plugin)

This commit is contained in:
Damián Cravacuore 2017-12-21 20:18:36 -03:00
commit 2262328bfb
2 changed files with 11 additions and 0 deletions

View file

@ -51,6 +51,12 @@
| pasu | pacaur -Syua --no-confirm | Same as `paupg`, but without confirmation |
| upgrade | pacaur -Syu | Sync with repositories before upgrading packages |
### TRIZEN
| Alias | Command | Description |
|---------|------------------------------------|---------------------------------------------------------------------|
| upgrade | trizen -Syu | Sync with repositories before upgrading packages |
#### PACMAN
| Alias | Command | Description |
@ -95,3 +101,4 @@
- ornicar - thibault.duplessis@gmail.com
- Juraj Fiala - doctorjellyface@riseup.net
- Majora320 (Moses Miller) - Majora320@gmail.com
- Damián Cravacuore - cravacuore.dev@gmail.com

View file

@ -58,6 +58,10 @@ if (( $+commands[pacaur] )); then
upgrade() {
pacaur -Syu
}
elif (( $+commands[trizen] )); then
upgrade() {
trizen -Syu
}
elif (( $+commands[yaourt] )); then
upgrade() {
yaourt -Syu