add alias bluetooth
This commit is contained in:
parent
292bb252a7
commit
8239cf2879
@ -60,3 +60,7 @@ fi
|
|||||||
if [ -f `which tldr` ]; then
|
if [ -f `which tldr` ]; then
|
||||||
alias shortman='tldr'
|
alias shortman='tldr'
|
||||||
fi
|
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'
|
||||||
|
Loading…
Reference in New Issue
Block a user