From owner-freebsd-questions@FreeBSD.ORG Sat Jan 1 15:56:46 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F401106564A for ; Sat, 1 Jan 2011 15:56:46 +0000 (UTC) (envelope-from xaero@xaerolimit.net) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 1E46A8FC14 for ; Sat, 1 Jan 2011 15:56:45 +0000 (UTC) Received: by ewy24 with SMTP id 24so5840567ewy.13 for ; Sat, 01 Jan 2011 07:56:45 -0800 (PST) Received: by 10.213.34.203 with SMTP id m11mr12273240ebd.12.1293897404921; Sat, 01 Jan 2011 07:56:44 -0800 (PST) MIME-Version: 1.0 Received: by 10.213.28.148 with HTTP; Sat, 1 Jan 2011 07:56:24 -0800 (PST) In-Reply-To: <20110101120141.GA26489@thought.org> References: <20101231211542.GA8373@thought.org> <20110101110131.26d20d64.freebsd@edvax.de> <20110101120141.GA26489@thought.org> From: Chris Brennan Date: Sat, 1 Jan 2011 10:56:24 -0500 Message-ID: To: Gary Kline Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Polytropon , FreeBSD Mailing List Subject: Re: cshrc to bashrc?? 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: Sat, 01 Jan 2011 15:56:46 -0000 > > > Note that csh does automatically use % or # according to the > > first setting. I'm not sure how bash handles this. > man bash and search for PROMPTING, everything you can pass PS1 is there # is \# the command number of this command I don't see how a '%' is handled tho, what does it do is csh? I (or someone else) may know the bash equivalent... C-