From owner-freebsd-questions Sun Jan 21 14:31:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from rm-rstar.sfu.ca (rm-rstar.sfu.ca [142.58.120.21]) by hub.freebsd.org (Postfix) with ESMTP id 59E5337B401 for ; Sun, 21 Jan 2001 14:31:21 -0800 (PST) Received: from fraser.sfu.ca (tmchow@fraser.sfu.ca [142.58.101.25]) by rm-rstar.sfu.ca (8.10.1/8.10.1/SFU-5.0H) with ESMTP id f0LMVKi10212 for ; Sun, 21 Jan 2001 14:31:20 -0800 (PST) Received: from localhost (tmchow@localhost) by fraser.sfu.ca (8.9.2/8.9.2/SFU-5.0C) with ESMTP id OAA26045 for ; Sun, 21 Jan 2001 14:31:20 -0800 (PST) X-Authentication-Warning: fraser.sfu.ca: tmchow owned process doing -bs Date: Sun, 21 Jan 2001 14:31:20 -0800 (PST) From: Trevin Chow To: Subject: color prompts? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm looking at making my own prompt for bash and saw this color information on the web for one particular prompt: local COLOR1="\[\033[0;36m\]" local COLOR2="\[\033[1;36m\]" local COLOR3="\[\033[1;30m\]" local COLOR4="\[\033[0m\]" Where exactly is the color information? Is there a good howto somewhere? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message