diff --git a/functions b/functions index cef485e..b88ce63 100755 --- a/functions +++ b/functions @@ -86,7 +86,7 @@ man() { # Youtube audio search ymsearch() { - mpv --ytdl-format=bestaudio ytdl://ytsearch:"$@" + mpv --ytdl-format=bestaudio ytdl://ytsearch:"$(xsel -ob)" } # vim: ft=zsh