Add youtube music search
This commit is contained in:
parent
10903c46e8
commit
e8597d937c
1 changed files with 5 additions and 0 deletions
|
@ -84,4 +84,9 @@ man() {
|
|||
man "$@"
|
||||
}
|
||||
|
||||
# Youtube audio search
|
||||
ymsearch() {
|
||||
mpv --ytdl-format=bestaudio ytdl://ytsearch:"$@"
|
||||
}
|
||||
|
||||
# vim: ft=zsh
|
||||
|
|
Loading…
Reference in a new issue