hey guy's i'm still trying to understand the package management in arch.
i installed the yaourt which seems to do some of the pacman stuff at the same time, so instead of separate aliais's i just mixed it in with the pacman 1's. question: is it safe/okay to do that?
this is what i got for alias's:
alias !='sudo'
alias ch-='history -c'
alias u='sudo yaourt -Syu --aur'
alias i='sudo pacman -S'
alias yi='sudo yaourt -S'
alias r='sudo pacman -Rsn'
alias s='yaourt -Ss'
alias c='sudo pacman -Scc --noconfirm;sudo yaourt -Cc --noconfirm'
alias a='yaourt -Qs'
alias o='sudo pacman-optimize && sync'
questions: did i miss any of the important 1's? what do you have for your alias's?
thanks