diff options
Diffstat (limited to 'files/.zsh/rc/S40_completion')
| -rw-r--r-- | files/.zsh/rc/S40_completion | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/files/.zsh/rc/S40_completion b/files/.zsh/rc/S40_completion index caf08e2..eff46a3 100644 --- a/files/.zsh/rc/S40_completion +++ b/files/.zsh/rc/S40_completion @@ -40,4 +40,7 @@ zstyle ':completion:*:*:vi(m|):*:*files' ignored-patterns '*?.(aux|dvi|ps|pdf|bb # Ledger completion like hledger compdef _hledger ledger +# youtube-dl +[[ -f /etc/bash_completion.d/youtube-dl.bash-completion ]] && source /etc/bash_completion.d/youtube-dl.bash-completion + # vim: et ft=zsh fdm=marker : |
