mirror of
https://github.com/KDE/kde-linux.git
synced 2026-05-24 08:16:12 -04:00
Edit command-not-found-handler.py
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user