Add missing bluetooth alias
This commit is contained in:
parent
507c4e53d0
commit
bfd2395d12
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
||||||
programs.fish = {
|
programs.fish = {
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
sctl = "sudo systemctl";
|
sctl = "sudo systemctl";
|
||||||
|
bt = "bluetoothctl";
|
||||||
sctlu = "systemctl --user";
|
sctlu = "systemctl --user";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue