MainDots/Configs/fish/functions/bt.fish

5 lines
105 B
Fish
Raw Normal View History

2024-04-14 18:18:23 +00:00
function bt --wraps=bluetoothctl --description 'alias bt=bluetoothctl'
bluetoothctl $argv
end