add alias bluetooth

This commit is contained in:
vincent 2018-11-29 18:44:19 +01:00
parent 292bb252a7
commit 8239cf2879

View File

@ -60,3 +60,7 @@ fi
if [ -f `which tldr` ]; then
alias shortman='tldr'
fi
#add bluetooth alias pour casque
alias connect_momentum='bluetoothctl power on && bluetoothctl connect 00:1B:66:8E:46:27'
alias disconnect_momentum='bluetoothctl disconnect 00:1B:66:8E:46:27 && bluetoothctl power off'