Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Errors with my youtube-dl function in ~/.zshrc but I am unsure why



Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote in 
news:150816093722.ZM12415@xxxxxxxxxxxxxxxxxxxxxx:


> 
> The easiest thing to do is this:
> 
>     yt() { [[ -z "$1" ]] || noglob youtube-dl -q "$1" &; }
>     alias yt='noglob yt'
> 
BTW for those like me that had never heard of youtube-dl

https://rg3.github.io/youtube-dl/


-- 
zzapper
https://twitter.com/dailyzshtip

---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus




Messages sorted by: Reverse Date, Date, Thread, Author