summaryrefslogtreecommitdiff
path: root/functions/bluetoothOn.fish
diff options
context:
space:
mode:
Diffstat (limited to 'functions/bluetoothOn.fish')
-rw-r--r--functions/bluetoothOn.fish2
1 files changed, 2 insertions, 0 deletions
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'