summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2021-05-26 05:20:36 +0200
committerache <ache@ache.one>2021-05-26 05:20:36 +0200
commitcf9e9e6da5b7145c775988e47e5648d8447f060c (patch)
tree2c874bb2f0645caaad95768720978531d296deb0
parentAlias Git rev parse (diff)
Alias Bluetooth function
-rw-r--r--functions/bluetoothOff.fish2
-rw-r--r--functions/bluetoothOn.fish2
2 files changed, 4 insertions, 0 deletions
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'