This commit is contained in:
Andrzej Ressel 2016-10-02 17:10:22 +00:00 committed by GitHub
commit d0b192cca8

View file

@ -4,7 +4,7 @@ if ! (( $+commands[yaourt] )); then
}
else
upgrade () {
yaourt -Syu
yaourt -Syua
}
alias yaconf='yaourt -C'