From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14963 invoked by alias); 21 Oct 2011 08:34:51 -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: 16529 Received: (qmail 4949 invoked from network); 21 Oct 2011 08:34:39 -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=-1.0 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.1 Received-SPF: neutral (ns1.primenet.com.au: 80.12.242.128 is neither permitted nor denied by SPF record at _spf.google.com) X-ME-engine: default Date: Fri, 21 Oct 2011 10:27:01 +0200 From: Bastien Dejean To: Nicholas Marriott Cc: ZSH Users Mailing List Subject: Re: The Path Variable is Incomplete Message-ID: <20111021082701.GA1110@circle.home> References: <20111005205704.GA11812@circle.home> <87fwj6993m.fsf@hermes.hocat.ca> <20111006075306.GA11573@yelena.nicm.ath.cx> <20111008121410.GC13048@circle.home> <20111009165404.GC5554@yelena.nicm.ath.cx> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20111009165404.GC5554@yelena.nicm.ath.cx> User-Agent: Mutt/1.5.21 (2010-09-15) Nicholas Marriott a écrit : > look at setting default-command or default-shell I've put these lines in my .tmux.conf: set -g default-shell zsh -i set -g default-command zsh -i And unfortunately, I still get a 'login' zsh shell.