Use pacaur when yolo-ing
This commit is contained in:
parent
d0faeb2600
commit
5b8f086e5b
2 changed files with 2 additions and 1 deletions
|
@ -54,6 +54,7 @@ node default {
|
|||
'oh-my-zsh-git',
|
||||
'onlyoffice-desktopeditors-portable',
|
||||
'pac',
|
||||
'pacaur',
|
||||
'postgresql',
|
||||
'postman-bin',
|
||||
'psensor',
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue