zshrc: use dpkg-query instead of grep-status for debs-by-size alias
authorMichael Prokop <mika@grml.org>
Sat, 10 Sep 2011 11:11:07 +0000 (13:11 +0200)
committerMichael Prokop <mika@grml.org>
Mon, 7 Nov 2011 12:15:50 +0000 (13:15 +0100)
commitf5f88df4df22ed6d3038994d5481c4c50ebefc1f
tree1962f338056d11b1c94a04146397bc6a887e8fae
parent093bbd1516789f61390264db7f2d13de0dc8527e
zshrc: use dpkg-query instead of grep-status for debs-by-size alias

Packages without Installed-Size cause a conflict for the
paste/sort command when using the grep-status command line.
So lets use dpkg-query with an according sed/sort command
line instead.

Thanks: Thorsten Glaser <tg@mirbsd.org>
etc/zsh/zshrc