From owner-freebsd-questions Mon Jan 22 8: 1:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from freeze.org (www.bellnetworks.net [208.177.187.234]) by hub.freebsd.org (Postfix) with ESMTP id 03E5837B699 for ; Mon, 22 Jan 2001 08:00:57 -0800 (PST) Received: (from jim@localhost) by freeze.org (8.9.3/8.9.3) id LAA63005; Mon, 22 Jan 2001 11:00:44 -0500 (EST) (envelope-from jim) X-Authentication-Warning: www.bellnetworks.net: Processed from queue /var/spool/alt_queue X-Authentication-Warning: www.bellnetworks.net: Processed by jim with -C /web/siteinfo/freeze/mail/sendmail.cf Date: Mon, 22 Jan 2001 11:00:44 -0500 (EST) From: Jim Freeze X-Sender: jim@www.bellnetworks.net To: Christophe Jelger Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Prompt and text editor In-Reply-To: <3A6C570C.A40B3D4F@swan.ac.uk> 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 On Mon, 22 Jan 2001, Christophe Jelger wrote: > First a very stupid question : is there a way to have the shell prompt > in BOLD in an xterm window ? Here is my prompt in tcsh (.tcshrc) set prompt="%B%n@%m (%l) %h %/ %#%b " set prompt2="%B%n@%m %h %/ ++%b " And in bash (.bashrc) BLUE="\[\033[1;34m\]" NO_COLOR="\[\033[0m\]" PS1="${BLUE}\u@\h ('tty') \w \# ->${NO_COLOR} " PS2="${BLUE}\u@\h \w \! ++${NO_COLOR} " > And secondly, what simple text editor (like the notepad for Windows) > would you advise me to use with the windowmaker desktop ? I just want to > use it to edit C source files. > vim works well. ==================================================== Jim Freeze jim@freeze.org --------------------------------------------------- ** http://www.freeze.org ** ==================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message