function yta() { if [ $# == 0 ]; then echo usage: yta \[SEARCH TERM\] else mpv --ytdl-format=bestaudio ytdl://ytsearch:"$*" fi }