diff --git a/functions b/functions index 8d35ce7..cef485e 100755 --- a/functions +++ b/functions @@ -84,4 +84,9 @@ man() { man "$@" } +# Youtube audio search +ymsearch() { + mpv --ytdl-format=bestaudio ytdl://ytsearch:"$@" +} + # vim: ft=zsh