From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 729 invoked by alias); 2 Jun 2014 15:14:39 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 32667 Received: (qmail 6097 invoked from network); 2 Jun 2014 15:14:28 -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=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 From: Bart Schaefer Message-id: <140602081426.ZM26210@torch.brasslantern.com> Date: Mon, 02 Jun 2014 08:14:26 -0700 In-reply-to: <3DE95808-5452-4C7C-A8A2-644AA5DE335C@me.com> Comments: In reply to Kwon Yeolhyun "Re: Unicode, Korean, normalization form, Mac OS X and tab completion" (Jun 2, 11:23pm) References: <20140531201617.4ca60ab8@pws-pc.ntlworld.com> <140531142926.ZM556@torch.brasslantern.com> <20140601022527.GD1820@tarsus.local2> <140601005624.ZM3283@torch.brasslantern.com> <140601125323.ZM9969@torch.brasslantern.com> <3DE95808-5452-4C7C-A8A2-644AA5DE335C@me.com> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: Kwon Yeolhyun , "Zsh List Hackers'" Subject: Re: Unicode, Korean, normalization form, Mac OS X and tab completion MIME-version: 1.0 Content-type: text/plain; charset=us-ascii On Jun 2, 11:23pm, Kwon Yeolhyun wrote: } } After the patch, I changed my login shell to the zsh. } } $ sudo chsh -s /usr/local/bin/zsh yeolhyunkwon } } Then, the terminal is closed immediately after open. Hm. Can you try putting exec 2> $HOME/zsh-errors set -x at the top of your ~/.zshenv file and see whether anything is written to the zsh-errors file? If so, what is at the tail of it?