From 5143d455a61499225c4e72cf9c62889b3a97a118 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Mon, 3 Nov 2025 03:49:47 -0800 Subject: [PATCH] :wrench: Added bt alias for bluetooth --- aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aliases b/aliases index 9b620206..dc2ec42f 100644 --- a/aliases +++ b/aliases @@ -148,7 +148,7 @@ alias wmon="wavemon" # usage p0f -i wlan0 alias p0f="doas p0f" alias vnstat-w="vnstat -i wlan0 --json | jq" -alias bluetooth="bluetoothctl" +alias {bluetooth,bt}="bluetoothctl" alias {wi,ssid}="doas iw wlan0 scan | grep SSID" # alias wifi-list="connmanctl services" alias wifi-list="nmcli device wifi list"