From 97f7fd4a8eec55f536fb198ef0dad4bea6854cba Mon Sep 17 00:00:00 2001 From: ache Date: Wed, 1 Apr 2026 07:22:06 +0200 Subject: fix: Fix reCo by using coWifi --- functions/reCo.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/reCo.fish b/functions/reCo.fish index fd70cb3..349b616 100644 --- a/functions/reCo.fish +++ b/functions/reCo.fish @@ -1,2 +1,2 @@ # TODO: Improove the logic here -alias reCo='sudo pkill dhcpcd && sudo pkill wpa_supplicant && coW' +alias reCo='sudo coWifi off && sudo coWifi' -- cgit v1.3-2-g11bf