From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3273 invoked by alias); 17 Aug 2015 21:59:08 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 20427 Received: (qmail 16778 invoked from network); 17 Aug 2015 21:59:05 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_00,FSL_HELO_BARE_IP_2, RCVD_NUMERIC_HELO,SPF_HELO_PASS autolearn=no autolearn_force=no version=3.4.0 X-Injected-Via-Gmane: http://gmane.org/ To: zsh-users@zsh.org From: zzapper Subject: Re: Errors with my youtube-dl function in ~/.zshrc but I am unsure why Date: Mon, 17 Aug 2015 21:58:46 +0000 (UTC) Organization: Your Company Message-ID: References: <55D03155.6010606@gmx.com> <1212377169.5264610.1439708089255.JavaMail.yahoo@mail.yahoo.com> <150816093722.ZM12415@torch.brasslantern.com> X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 95.146.95.160 User-Agent: Xnews/2009.05.01 X-Antivirus: avast! (VPS 150817-2, 17/08/2015), Outbound message X-Antivirus-Status: Clean Bart Schaefer wrote in news:150816093722.ZM12415@torch.brasslantern.com: > > 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