Dotfiles update 2025-12-24 23:45

This commit is contained in:
Aaron D. Lee
2025-12-24 23:45:59 -05:00
parent 4eb9be42d7
commit 26ec352e3d

View File

@@ -331,7 +331,6 @@ btrfs-snap-usage() {
fi fi
echo -e "\n${DF_CYAN}Individual Snapshots (top 10 by size):${DF_NC}" 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/^/ /' || \ sudo du -sh /.snapshots/*/ 2>/dev/null | sort -h | tail -10 | sed 's/^/ /' || \
echo " Unable to list snapshots" echo " Unable to list snapshots"
else else