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',
|
'oh-my-zsh-git',
|
||||||
'onlyoffice-desktopeditors-portable',
|
'onlyoffice-desktopeditors-portable',
|
||||||
'pac',
|
'pac',
|
||||||
|
'pacaur',
|
||||||
'postgresql',
|
'postgresql',
|
||||||
'postman-bin',
|
'postman-bin',
|
||||||
'psensor',
|
'psensor',
|
||||||
|
|
|
@ -39,7 +39,7 @@ alias gdu="gd-unlock"
|
||||||
alias serve="/usr/bin/python2 -m SimpleHTTPServer"
|
alias serve="/usr/bin/python2 -m SimpleHTTPServer"
|
||||||
alias vi="vim"
|
alias vi="vim"
|
||||||
alias regen-ssh-conf="assh config build > ~/.ssh/config"
|
alias regen-ssh-conf="assh config build > ~/.ssh/config"
|
||||||
alias yolo="yaourt -Syyau --noconfirm"
|
alias yolo="pacaur -Syyau --noconfirm"
|
||||||
alias sc="screenshot --to img"
|
alias sc="screenshot --to img"
|
||||||
|
|
||||||
recreatedb() {
|
recreatedb() {
|
||||||
|
|
Loading…
Reference in a new issue