From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14900 invoked by alias); 4 Nov 2014 10:26:05 -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: 19335 Received: (qmail 8765 invoked from network); 4 Nov 2014 10:26:03 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=bwfh039vAGXdqZ6AWEyK0GuJL9Jk4KstbTALYteiscI=; b=JP6uFAUckB49LgLeKh8OeTwHa0jnK1Jky+V53k8ad3Hxf1rsIuYR98KujCFwB5BZ/5 VE2o81uIx/07jGNkcXyvLLeiT8CuELUu5qrw6xI91Adb2ezVUn9KxYB2HrzYgaufG1m/ 0eBYEj0w6qahW4QjqO8Zew99gEoBCO6oDXmMc+tDhf+9IUQvLjeix7C5LSgR7TWhfSkx pxouVAOBW6EC1bJfogzk1rRmLXkhYgiXUD392UTZkycCIfBhVB0KasAZSzEO9JT5M9TR fEo5ZyKocu2fxCKEwlIOEbK0F/5rjtuxU3ZQnkEUpBTnvBU9zdNIE0jm8uzQK9jA9bkF jnDg== X-Received: by 10.180.73.7 with SMTP id h7mr22839690wiv.83.1415096450785; Tue, 04 Nov 2014 02:20:50 -0800 (PST) Date: Tue, 4 Nov 2014 10:20:49 +0000 From: Stephane Chazelas To: Zsh Users Subject: Re: Multi-word aliases? Message-ID: <20141104102049.GA1552@chaz.gmail.com> Mail-Followup-To: Zsh Users References: <20141104090838.GA27526__23771.1416128606$1415092256$gmane$org@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20141104090838.GA27526__23771.1416128606$1415092256$gmane$org@linux.vnet.ibm.com> User-Agent: Mutt/1.5.21 (2010-09-15) 2014-11-04 10:08:38 +0100, Dominik Vogt: [...] > Using git, I want to automatically switch on certain command line > options for certain git subcommands. For example, "git rebase" > should *always* be silently replaced by "git rebase --keep-empty". > git-config does not help here, because it cannot set the > --keep-empty option. [...] See also: https://unix.stackexchange.com/questions/48862/how-can-i-create-an-alias-for-a-git-action-command-which-includes-spaces -- Stephane