From 7f9e1628d99146457745c8cd9c119121e87fcea8 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 30 Apr 2026 09:40:08 +0200 Subject: [PATCH] Ensure we cleanup stale snapshots --- bin/omarchy-snapshot | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/omarchy-snapshot b/bin/omarchy-snapshot index ee79512a..eb2ea2e3 100755 --- a/bin/omarchy-snapshot +++ b/bin/omarchy-snapshot @@ -25,6 +25,7 @@ create) for config in "${CONFIGS[@]}"; do sudo snapper -c "$config" create -c number -d "$DESC" + sudo snapper -c "$config" cleanup number done echo ;;