Use pacman cleanup hook instead of alias
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b0517cfa44
commit
82d43e9607
1 changed files with 3 additions and 2 deletions
|
@ -2,8 +2,9 @@
|
|||
|
||||
alias pkgfile-update="sudo pkgfile --update"
|
||||
alias pac="yay"
|
||||
alias pkg-upgrade="yay && pacman-orphans && sudo paccache -rk 2 && sync"
|
||||
alias pkg-upgrade-full="yay -Syyu --devel && pacman-orphans && sudo paccache -rk 2 && sync"
|
||||
# recommended hooks: pacman-cleanup-hook
|
||||
alias pkg-upgrade="yay && pacman-orphans && sync"
|
||||
alias pkg-upgrade-full="yay -Syyu --devel && pacman-orphans && sync"
|
||||
alias pacdiff-merge='sudo DIFFPROG=vimdiff DIFFSEARCHPATH="/boot /etc /usr" pacdiff'
|
||||
alias font-cache-update='sudo fc-cache -vf'
|
||||
alias mkinitcpio-linux='sudo mkinitcpio -p linux'
|
||||
|
|
Loading…
Reference in a new issue