From ad0ff1e15e8193b3a6c4620136e578f638ae83da Mon Sep 17 00:00:00 2001 From: James Blair Date: Thu, 1 May 2025 07:50:54 +1200 Subject: [PATCH] Add bluetooth helper functions to .bashrc. --- .bashrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.bashrc b/.bashrc index dc25452..7c8cf90 100644 --- a/.bashrc +++ b/.bashrc @@ -152,6 +152,10 @@ if [ -z "$TMUX" ]; then fi fi +# Helper functions for bluetooth +alias bthsc="bluetoothctl connect CC:98:8B:B6:F0:8E" +alias bthsd="bluetoothctl disconnect CC:98:8B:B6:F0:8E" + SBP_PATH=/home/james/Downloads/sbp source /home/james/Downloads/sbp/sbp.bash