Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package grml-zsh-config for openSUSE:Factory checked in at 2025-04-07 18:41:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/grml-zsh-config (Old) and /work/SRC/openSUSE:Factory/.grml-zsh-config.new.1907 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "grml-zsh-config" Mon Apr 7 18:41:44 2025 rev:12 rq:1267688 version:0.19.17 Changes: -------- --- /work/SRC/openSUSE:Factory/grml-zsh-config/grml-zsh-config.changes 2025-03-27 22:35:26.556407888 +0100 +++ /work/SRC/openSUSE:Factory/.grml-zsh-config.new.1907/grml-zsh-config.changes 2025-04-07 18:41:51.392648222 +0200 @@ -1,0 +2,6 @@ +Mon Apr 7 14:01:37 UTC 2025 - Michael Vetter <mvet...@suse.com> + +- Update to 0.19.17: + * zshrc: Add alias llblk for lsblk with useful columns #192 + +------------------------------------------------------------------- @@ -4 +10 @@ -- Update to 0.19.6: +- Update to 0.19.16: @@ -10 +16 @@ -- Update to 0.19.5: +- Update to 0.19.15: @@ -27 +33 @@ -- Update to 0.19.4: +- Update to 0.19.14: Old: ---- v0.19.16.tar.gz New: ---- v0.19.17.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ grml-zsh-config.spec ++++++ --- /var/tmp/diff_new_pack.C90JIO/_old 2025-04-07 18:41:51.860667940 +0200 +++ /var/tmp/diff_new_pack.C90JIO/_new 2025-04-07 18:41:51.860667940 +0200 @@ -17,7 +17,7 @@ Name: grml-zsh-config -Version: 0.19.16 +Version: 0.19.17 Release: 0 Summary: Zsh config ujed by grml License: GPL-2.0-only ++++++ v0.19.16.tar.gz -> v0.19.17.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/grml-etc-core-0.19.16/debian/changelog new/grml-etc-core-0.19.17/debian/changelog --- old/grml-etc-core-0.19.16/debian/changelog 2025-03-24 11:13:38.000000000 +0100 +++ new/grml-etc-core-0.19.17/debian/changelog 2025-04-03 00:05:46.000000000 +0200 @@ -1,3 +1,10 @@ +grml-etc-core (0.19.17) grml-testing; urgency=medium + + [ Darshaka Pathirana ] + * [b0438a6] zshrc: Add alias llblk for lsblk with useful columns + + -- Chris Hofstaedtler <c...@grml.org> Thu, 03 Apr 2025 00:05:41 +0200 + grml-etc-core (0.19.16) grml-testing; urgency=medium * [5188b8f] zsh: drop _hg completion diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/grml-etc-core-0.19.16/etc/zsh/zshrc new/grml-etc-core-0.19.17/etc/zsh/zshrc --- old/grml-etc-core-0.19.16/etc/zsh/zshrc 2025-03-24 11:13:38.000000000 +0100 +++ new/grml-etc-core-0.19.17/etc/zsh/zshrc 2025-04-03 00:05:46.000000000 +0200 @@ -3151,6 +3151,9 @@ #a2# scp with StrictHostKeyChecking=no \\&\quad and UserKnownHostsFile unset alias insecscp='scp -o "StrictHostKeyChecking=no" -o "UserKnownHostsFile=/dev/null"' +#a2# lsblk (list block devices) with the most useful columns +alias llblk="lsblk -o +LABEL,PARTLABEL,UUID,FSTYPE,SERIAL" + # useful functions #f5# Backup \kbd{file_or_folder {\rm to} file_or_folder\_timestamp}