Use pacaur when yolo-ing

This commit is contained in:
Jake Howard 2017-10-19 21:41:30 +01:00
parent d0faeb2600
commit 5b8f086e5b
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 2 additions and 1 deletions

View File

@ -54,6 +54,7 @@ node default {
'oh-my-zsh-git',
'onlyoffice-desktopeditors-portable',
'pac',
'pacaur',
'postgresql',
'postman-bin',
'psensor',

View File

@ -39,7 +39,7 @@ alias gdu="gd-unlock"
alias serve="/usr/bin/python2 -m SimpleHTTPServer"
alias vi="vim"
alias regen-ssh-conf="assh config build > ~/.ssh/config"
alias yolo="yaourt -Syyau --noconfirm"
alias yolo="pacaur -Syyau --noconfirm"
alias sc="screenshot --to img"
recreatedb() {