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 ;;