Add youtube music search

This commit is contained in:
lhark 2018-05-17 09:35:59 -04:00
parent 10903c46e8
commit e8597d937c

View file

@ -84,4 +84,9 @@ man() {
man "$@"
}
# Youtube audio search
ymsearch() {
mpv --ytdl-format=bestaudio ytdl://ytsearch:"$@"
}
# vim: ft=zsh