From 7e5ea5ac9a9b8b06af196b73d774a17568097d8c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 26 Feb 2015 23:44:02 +0200 Subject: [PATCH] add q alias --- shrc.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shrc.sh b/shrc.sh index aceec77..56c27b8 100755 --- a/shrc.sh +++ b/shrc.sh @@ -40,6 +40,8 @@ ac-tag() { git push -f origin $branch } +alias q='rpm -q --qf "%{N}-%|E?{%{E}:}|%{V}-%{R}.%{ARCH}\n"' + # undo spec utf8 # note: it will do it blindly, so any lang other than -pl is most likely broken specutfundo() { -- 2.44.0