From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: david@adboyd.com (J. David Boyd) Newsgroups: gmane.emacs.help Subject: Re: GNU Emacs 23.1 and Cygwin bash shell - cleaning up display Date: Thu, 04 Mar 2010 10:22:07 -0500 Message-ID: References: <87k4txwe2q.fsf@gmail.com> <87bpf99s5e.fsf@galatea.lan.informatimago.com> <87zl2tmaqm.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1267716910 13247 80.91.229.12 (4 Mar 2010 15:35:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 4 Mar 2010 15:35:10 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 04 16:35:06 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NnD4o-0001Lt-21 for geh-help-gnu-emacs@m.gmane.org; Thu, 04 Mar 2010 16:35:02 +0100 Original-Received: from localhost ([127.0.0.1]:50718 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NnD4m-00089d-TG for geh-help-gnu-emacs@m.gmane.org; Thu, 04 Mar 2010 10:35:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NnCsj-00080d-9i for help-gnu-emacs@gnu.org; Thu, 04 Mar 2010 10:22:33 -0500 Original-Received: from [140.186.70.92] (port=36305 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NnCsi-0007zp-A3 for help-gnu-emacs@gnu.org; Thu, 04 Mar 2010 10:22:32 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NnCsh-00005Y-Jh for help-gnu-emacs@gnu.org; Thu, 04 Mar 2010 10:22:32 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:33189) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NnCsh-00005R-DN for help-gnu-emacs@gnu.org; Thu, 04 Mar 2010 10:22:31 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1NnCse-0001gK-Jf for help-gnu-emacs@gnu.org; Thu, 04 Mar 2010 16:22:28 +0100 Original-Received: from 198.204.74.254 ([198.204.74.254]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 04 Mar 2010 16:22:28 +0100 Original-Received: from david by 198.204.74.254 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 04 Mar 2010 16:22:28 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 17 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 198.204.74.254 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (cygwin) Cancel-Lock: sha1:DEINfFUJ6nDe+JgPds8GOfEvhZs= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:72362 Archived-At: "KARR, DAVID (ATTSI)" writes: Creating my own .emacs_bash file is exactly what I did. Looks like this: ------------------------------------------- . ~/.bashrc PS1='\[\e[34m\]\u@\h \[\e[35m\]\w\[\e[0m\]\n\$ ' export PS1 ------------------------------------------- Works great too!