From 8239cf28796dda3c106d4f9a6c8df060c6ce29b5 Mon Sep 17 00:00:00 2001 From: vincent Date: Thu, 29 Nov 2018 18:44:19 +0100 Subject: [PATCH] add alias bluetooth --- zsh/.zshrc.d/alias | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zsh/.zshrc.d/alias b/zsh/.zshrc.d/alias index 85e78f5..98b2ec9 100644 --- a/zsh/.zshrc.d/alias +++ b/zsh/.zshrc.d/alias @@ -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'