mostly t11 fixes
[distro-setup] / brc
diff --git a/brc b/brc
index 7b0167468819caf211a64b56615af3fc36ba608c..c3747cf97e5a8b6f4e3de521db69f401c10b6281 100644 (file)
--- a/brc
+++ b/brc
@@ -466,6 +466,10 @@ c() {
 }
 ccomp cd c
 
+bwm() {
+  s bwm-ng -T avg -d
+  }
+
 b() {
   local topb
   if (( ${#_iankdirb[@]} == 0 )); then
@@ -1571,7 +1575,7 @@ resolvcat() {
   grep '^ *hosts:' /etc/nsswitch.conf
   if systemctl is-enabled systemd-resolved &>/dev/null || [[ $(systemctl is-active systemd-resolved ||:) != inactive ]]; then
     hr; m ser status systemd-resolved | cat || :
-    hr; m systemd-resolve --status | cat
+    hr; m resolvectl status | cat
   fi
 
 }