From cf9e9e6da5b7145c775988e47e5648d8447f060c Mon Sep 17 00:00:00 2001 From: ache Date: Wed, 26 May 2021 05:20:36 +0200 Subject: Alias Bluetooth function --- functions/bluetoothOff.fish | 2 ++ functions/bluetoothOn.fish | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 functions/bluetoothOff.fish create mode 100644 functions/bluetoothOn.fish diff --git a/functions/bluetoothOff.fish b/functions/bluetoothOff.fish new file mode 100644 index 0000000..9e3e029 --- /dev/null +++ b/functions/bluetoothOff.fish @@ -0,0 +1,2 @@ +alias bluetoothOff='sudo systemctl stop bluetooth' +alias btOff='sudo systemctl stop bluetooth' diff --git a/functions/bluetoothOn.fish b/functions/bluetoothOn.fish new file mode 100644 index 0000000..b6ff3f6 --- /dev/null +++ b/functions/bluetoothOn.fish @@ -0,0 +1,2 @@ +alias bluetoothOn='sudo systemctl start bluetooth' +alias bOn='sudo systemctl start bluetooth' -- cgit v1.2.3