1
0
Fork 0
mirror of synced 2024-06-02 23:31:11 -04:00

[pacman] Add pacI alias to install without syncing

Closes #99
This commit is contained in:
Sebastian Stammler 2016-10-25 16:41:59 +02:00 committed by Matt Hamilton
parent 50f74bc56c
commit e24fed015c

View file

@ -54,6 +54,9 @@ alias pacb='makepkg -sci'
# install, sync, and upgrade packages
alias paci="${zpacman_frontend_priv} -Syu"
# install packages without syncing
alias pacI="${zpacman_frontend_priv} -S"
# install, sync, and upgrade packages (forcibly refresh package lists)
alias pacu="${zpacman_frontend_priv} -Syyu"