From owner-freebsd-questions@FreeBSD.ORG Thu Oct 19 20:30:25 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B89C416A40F for ; Thu, 19 Oct 2006 20:30:25 +0000 (UTC) (envelope-from martin@dc.cis.okstate.edu) Received: from dc.cis.okstate.edu (dc.cis.okstate.edu [139.78.100.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id 582FA43D67 for ; Thu, 19 Oct 2006 20:30:25 +0000 (GMT) (envelope-from martin@dc.cis.okstate.edu) Received: from dc.cis.okstate.edu (localhost.okstate.edu [127.0.0.1]) by dc.cis.okstate.edu (8.13.3/8.13.3) with ESMTP id k9JKU7U6051880 for ; Thu, 19 Oct 2006 15:30:07 -0500 (CDT) (envelope-from martin@dc.cis.okstate.edu) Message-Id: <200610192030.k9JKU7U6051880@dc.cis.okstate.edu> To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <51878.1161289807.1@dc.cis.okstate.edu> Date: Thu, 19 Oct 2006 15:30:07 -0500 From: Martin McCormick Subject: Re: Why csh on Root? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Oct 2006 20:30:25 -0000 Alex Zbyslaw writes: > set prompt="hello%{^G%}there " > > where ^G is a single control char, not two chars. Thanks. It works perfectly. I am reading the man for tcsh again to attempt to figure out what I missed the first time.