X-Git-Url: https://jfr.im/git/yt-dlp.git/blobdiff_plain/efe87a10ae57fa74d7aa038109079a17a3c4fad2..5c019f6328ad40d66561eac3c4de0b3cd070d0f6:/devscripts/zsh-completion.in diff --git a/devscripts/zsh-completion.in b/devscripts/zsh-completion.in index 2658b3119..9117d339e 100644 --- a/devscripts/zsh-completion.in +++ b/devscripts/zsh-completion.in @@ -1,6 +1,6 @@ -#compdef youtube-dl +#compdef yt-dlp -__youtube_dl() { +__yt_dlp() { local curcontext="$curcontext" fileopts diropts cur prev typeset -A opt_args fileopts="{{fileopts}}" @@ -27,4 +27,4 @@ __youtube_dl() { esac } -__youtube_dl \ No newline at end of file +__yt_dlp \ No newline at end of file