From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 08:21:57 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D7BA106566B for ; Tue, 14 Feb 2012 08:21:57 +0000 (UTC) (envelope-from timp87@gmail.com) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id 257148FC17 for ; Tue, 14 Feb 2012 08:21:57 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1RxDMG-0003QD-9p for freebsd-current@freebsd.org; Tue, 14 Feb 2012 00:03:28 -0800 Date: Tue, 14 Feb 2012 00:03:28 -0800 (PST) From: timp To: freebsd-current@freebsd.org Message-ID: <1329206608296-5481784.post@n5.nabble.com> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Tue, 14 Feb 2012 13:24:28 +0000 Subject: Re: Enhancing the user experience with tcsh X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 08:21:57 -0000 My diff: +set autolist -setenv PAGER more +setenv PAGER less if ($?prompt) then # An interactive shell -- set some stuff up + set promptchars = '$#' + set prompt = "%{^[[50;73;1m%}\[`whoami`@%m %~\]%#%{^[[m%} " I think 'set autolist' must have everyone. PAGER is not necessary. And this is best prompt I think =) -- View this message in context: http://freebsd.1045724.n5.nabble.com/Enhancing-the-user-experience-with-tcsh-tp5471144p5481784.html Sent from the freebsd-current mailing list archive at Nabble.com.