1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-18 09:53:22 -07:00

exclude foreign packages from picky

This commit is contained in:
Connor Olding 2013-07-04 02:56:57 -07:00
parent 941a5e07aa
commit 90fdd42f1e

View File

@ -54,7 +54,7 @@ alias exts='print -l *(:e:l) | sort | uniq -c | sort -n'
alias meow='( cd ~/play/meow; ~/sh/meow.sh/run -pa )'
alias nocom='grep -oP --line-buffered --color=never "^[^#]+"'
alias unwrap='awk '"'"'BEGIN{RS="\n\n";FS="\n"}{for(i=1;i<=NF;i++)printf "%s ",$i;print "\n"}'"'"
alias picky='{ pacman -Qgq base base-devel | tee -; pacman -Qtq; } | sort | uniq -u'
alias picky='{ pacman -Qgq base base-devel | tee -; pacman -Qtnq; } | sort | uniq -u'
alias unused='{ pacman -Qt; pacman -Qe | tee -; } | sort | uniq -u'
. ~/mingw.sh