Fix completion paths, zsh pip completion install

Closes: #108, #110
This commit is contained in:
hseg 2021-02-25 16:49:57 +02:00
parent 0e0040519b
commit 359d6d8650
6 changed files with 31 additions and 32 deletions

View file

@ -8,7 +8,7 @@ import sys
sys.path.insert(0, dirn(dirn((os.path.abspath(__file__)))))
import yt_dlp
ZSH_COMPLETION_FILE = "yt-dlp.zsh"
ZSH_COMPLETION_FILE = "completions/zsh/_yt-dlp"
ZSH_COMPLETION_TEMPLATE = "devscripts/zsh-completion.in"