Add bluetooth helper functions to .bashrc.
This commit is contained in:
4
.bashrc
4
.bashrc
@ -152,6 +152,10 @@ if [ -z "$TMUX" ]; then
|
|||||||
fi
|
fi
|
||||||
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
|
SBP_PATH=/home/james/Downloads/sbp
|
||||||
source /home/james/Downloads/sbp/sbp.bash
|
source /home/james/Downloads/sbp/sbp.bash
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user