From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1587 invoked by alias); 14 Nov 2014 12:38:38 -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: 19383 Received: (qmail 10188 invoked from network); 14 Nov 2014 12:38:34 -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,SPF_HELO_PASS autolearn=ham version=3.3.2 Date: Fri, 14 Nov 2014 13:27:39 +0100 From: Louis-David Mitterrand To: zsh-users@zsh.org Subject: passing a zsh option when opening an xterm Message-ID: <20141114122739.GA24113@apartia.fr> Mail-Followup-To: zsh-users@zsh.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Hi, When opening my fixed xterm's from my desktop startup file I'd like them to not quit when accidentaly pressing CTRL-D. How can I pass zsh's ignoreeof to the xterm? (I don't want that option in my .zshrc as I like to terminate temporary xterm's with CTRL-D) I tried "xterm -e zsh -i -7" which works but wondering if there is another way? Thanks,