diff options
| author | ache <ache@ache.one> | 2026-04-01 07:22:06 +0200 |
|---|---|---|
| committer | ache <ache@ache.one> | 2026-04-01 07:22:06 +0200 |
| commit | 97f7fd4a8eec55f536fb198ef0dad4bea6854cba (patch) | |
| tree | c17301c6ae497765a1867e898eb508b791bd5129 | |
| parent | feat: Integrate fzf for improved shell completion (diff) | |
| -rw-r--r-- | functions/reCo.fish | 2 |
1 files changed, 1 insertions, 1 deletions
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' |