From d8ea71fb70553de3ee54041938615c51f3c0e9e7 Mon Sep 17 00:00:00 2001 From: Hadi Chokr Date: Tue, 12 May 2026 19:19:24 +0200 Subject: [PATCH] Edit command-not-found-handler.py --- mkosi.extra/usr/lib/command-not-found-handler.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mkosi.extra/usr/lib/command-not-found-handler.py b/mkosi.extra/usr/lib/command-not-found-handler.py index a85bf5b..c7e4233 100755 --- a/mkosi.extra/usr/lib/command-not-found-handler.py +++ b/mkosi.extra/usr/lib/command-not-found-handler.py @@ -17,6 +17,7 @@ known_alternatives = { "arp" : "ip neigh", "cron" : "systemctl list-timers", "dig" : "resolvectl query", + "du" : "btrfs filesystem du", "egrep" : "rg", "fgrep" : "rg -F", "hostname" : "hostnamectl", @@ -27,6 +28,7 @@ known_alternatives = { "iptunnel" : "ip tunnel", "iwconfig" : "iw", "nameif" : "ip link", + "ncdu" : "btrfs filesystem du", "netstat" : "ss", "nslookup" : "resolvectl query", "route" : "ip route",