Add bluetooth helper functions to .bashrc.

This commit is contained in:
2025-05-01 07:50:54 +12:00
parent 743ea12eea
commit ad0ff1e15e

View File

@ -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