mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
Added trizen to upgrade alias (archlinux plugin)
This commit is contained in:
parent
c3b072eace
commit
2262328bfb
2 changed files with 11 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue