Upgrade deps

This commit is contained in:
moparisthebest
2018-09-08 16:03:31 -04:00
parent 92a9741c4c
commit 39eec83eb8
11 changed files with 43 additions and 45 deletions

4
ppa
View File

@@ -173,6 +173,10 @@ reinstall() {
list_installed | xargs sudo pacman -S --noconfirm
}
update_installed() {
update $(list_installed | xargs aurchain)
}
clean() {
# git clean -e 'aur/*' -dxn | grep -v .git
git clean -e '*.git*' -e 'aur/*' -dxf