From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19530 invoked by alias); 8 Jun 2010 10:43:27 -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: 15104 Received: (qmail 20644 invoked from network); 8 Jun 2010 10:43:25 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.214.43 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=uXsykLNoSewp60f1Nr6PvqJtxeTo9yUVN5qfciO6rlo=; b=qeUhHf0FJZNwOWRd9xjc55goHeOSIBvHgL759n3MVG9+tlXuF6PbqMvUPL/jucxpOs qfqcdwtZ2TsjnnFhM7/joGCTOPrV7dKQfDjn7bHeCJOi5TOJA/ZDe1XXejwoF4xzlCf9 xKCrifY2ubOZxKRoSu7uCp3+hvlnI0hnyAPSE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=f5a/eGC5FSZVaqnETu3FZ0spEnjA9MGC1sws2FFZR6LcqpETSopc2N2sfizTRERPph RDFO63gxTil6U8rOChfvOH7wWI3gJPx6qn7hfhCiu/YpGD9dO6odYBoyNJqFvBW/+CC4 otATNShDkFkL4H0QgWLA3r8jbrc/3yFhGUUIE= Message-ID: <4C0E1EC5.607@googlemail.com> Date: Tue, 08 Jun 2010 12:43:17 +0200 From: Leander Jedamus User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100423 Thunderbird/3.0.4 MIME-Version: 1.0 To: zsh-users@zsh.org Subject: Re: from tcsh to zsh (alias) References: <4C0E1A48.3010700@googlemail.com> <20100608113236.5b6efc81@csr.com> In-Reply-To: <20100608113236.5b6efc81@csr.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Am 08.06.2010 12:32, schrieb Peter Stephenson: > ssh "$@" Now it says: ssh:2: maximum nested function level reached How can I prevent loops? Ah, I read some further: ssh() { command ssh "$@" cd . }