From 7c892001eac4c7198bc0621ae7b47ee17bf5a3b0 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Wed, 1 Oct 2025 20:00:02 -0700 Subject: [PATCH] New backup 2025-10-01 20:00:02 --- default/home/.sapphrc/default | 3 +++ 1 file changed, 3 insertions(+) diff --git a/default/home/.sapphrc/default b/default/home/.sapphrc/default index 0bd1ae6..106d8fe 100755 --- a/default/home/.sapphrc/default +++ b/default/home/.sapphrc/default @@ -121,6 +121,9 @@ gitchanges(){ while read l;do printf ' - %s\n' "${l}";done < <(git ls-files . --exclude-standard --others) } +dpkg-log-search(){ + zgrep "${1}" /var/log/dpkg.log* +} #apt update summary alias thong-list="sudo apt update;apt list --upgradable" alias thong="sudo apt update;sudo apt upgrade"