AmellaHyprDots/fish/functions/bt.fish

5 lines
105 B
Fish
Raw Normal View History

2024-03-25 18:53:50 +00:00
function bt --wraps=bluetoothctl --description 'alias bt=bluetoothctl'
bluetoothctl $argv
end