mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-07-14 00:53:24 -07:00
add zsh completion file to pypi files
rename youtube-dl.zsh to _youtube-dl
This commit is contained in:
parent
04d4a3b136
commit
c5584ad81f
4 changed files with 12 additions and 10 deletions
|
@ -8,7 +8,7 @@ import sys
|
|||
sys.path.insert(0, dirn(dirn((os.path.abspath(__file__)))))
|
||||
import youtube_dl
|
||||
|
||||
ZSH_COMPLETION_FILE = "youtube-dl.zsh"
|
||||
ZSH_COMPLETION_FILE = "_youtube-dl"
|
||||
ZSH_COMPLETION_TEMPLATE = "devscripts/zsh-completion.in"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue