AmellaHyprDots/fish/functions/bt.fish

5 lines
105 B
Fish

function bt --wraps=bluetoothctl --description 'alias bt=bluetoothctl'
bluetoothctl $argv
end