From 26ec352e3d3a4e52ad2b7c1df073e9cc0477de2c Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Wed, 24 Dec 2025 23:45:59 -0500 Subject: [PATCH] Dotfiles update 2025-12-24 23:45 --- zsh/functions/btrfs-helpers.zsh | 1 - 1 file changed, 1 deletion(-) diff --git a/zsh/functions/btrfs-helpers.zsh b/zsh/functions/btrfs-helpers.zsh index 1449826..7450a01 100644 --- a/zsh/functions/btrfs-helpers.zsh +++ b/zsh/functions/btrfs-helpers.zsh @@ -331,7 +331,6 @@ btrfs-snap-usage() { fi echo -e "\n${DF_CYAN}Individual Snapshots (top 10 by size):${DF_NC}" - # List snapshots with timeout protection sudo du -sh /.snapshots/*/ 2>/dev/null | sort -h | tail -10 | sed 's/^/ /' || \ echo " Unable to list snapshots" else