Add missing bluetooth alias

This commit is contained in:
Daniel Flanagan 2023-10-06 12:44:36 -05:00
parent 507c4e53d0
commit bfd2395d12
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4

View file

@ -10,6 +10,7 @@
programs.fish = {
shellAliases = {
sctl = "sudo systemctl";
bt = "bluetoothctl";
sctlu = "systemctl --user";
};
};