Re: colored comman prompt

1999-01-11 Thread Frank Barknecht
[EMAIL PROTECTED] hat gesagt: // [EMAIL PROTECTED] wrote: > On Fri, 8 Jan 1999, Frank Barknecht wrote: > > Apart from the solutions other people here suggested, you could install > > the dotfile generator for bash. It has a point and click interface for > > changing the colors in your prompt. >

Re: colored comman prompt

1999-01-08 Thread keyoz
On Fri, 8 Jan 1999, Frank Barknecht wrote: > [EMAIL PROTECTED] hat gesagt: // [EMAIL PROTECTED] wrote: > > > is it possible to make the command prompt colored? > > like the escape sequence that you do in DOS? > > Apart from the solutions other people here suggested, you could install > the dotf

Re: colored comman prompt

1999-01-08 Thread Frank Barknecht
[EMAIL PROTECTED] hat gesagt: // [EMAIL PROTECTED] wrote: > is it possible to make the command prompt colored? > like the escape sequence that you do in DOS? Apart from the solutions other people here suggested, you could install the dotfile generator for bash. It has a point and click interface

Re: colored comman prompt

1999-01-07 Thread Mitch Blevins
[EMAIL PROTECTED] wrote: > On Thu, 7 Jan 1999, Mitch Blevins wrote: > > > [EMAIL PROTECTED] wrote: > > Also see the thread on this lists from Dec 2 entitled > > "ANSI color escape sequences in $PS1... heh" > > duh. But I unsubscribed in december IIRC. ISP problems and other factors. > > Thanks

Re: colored comman prompt

1999-01-07 Thread servis
*- [EMAIL PROTECTED] wrote about "Re: colored comman prompt" > On Thu, 7 Jan 1999, Mitch Blevins wrote: > >> [EMAIL PROTECTED] wrote: >> Also see the thread on this lists from Dec 2 entitled >> "ANSI color escape sequences in $PS1... heh" > &

Re: colored comman prompt

1999-01-07 Thread keyoz
On Thu, 7 Jan 1999, Mitch Blevins wrote: > [EMAIL PROTECTED] wrote: > Also see the thread on this lists from Dec 2 entitled > "ANSI color escape sequences in $PS1... heh" duh. But I unsubscribed in december IIRC. ISP problems and other factors. Thanks anyway k e c h i e

Re: colored comman prompt

1999-01-07 Thread keyoz
On Thu, 7 Jan 1999, Helge Hafting wrote: thanks Helge. > > > is it possible to make the command prompt colored? > > Helge Hafting k e c h i e

Re: colored comman prompt

1999-01-07 Thread Helge Hafting
> is it possible to make the command prompt colored? > > like the escape sequence that you do in DOS? Yes. The command prompt is determined from the environment variable PS1. Try this: PS1='[EMAIL PROTECTED] \[\e[32m\]\t \[\e[33;1m\]\w \[\e[m\e[1m\]\$ \[\e[m\]' (if you put it in a script, remem

Re: colored comman prompt

1999-01-07 Thread Mitch Blevins
[EMAIL PROTECTED] wrote: > is it possible to make the command prompt colored? > > like the escape sequence that you do in DOS? > > [off topic] > how to insert an escape character in vi*? Also see the thread on this lists from Dec 2 entitled "ANSI color escape sequences in $PS1... heh" -Mitch

Re: colored comman prompt

1999-01-07 Thread Patrick Colbeck
It certainly is. Check out http://bash.current.nu/ Themed bash prompt no less, with all different colours and escape chars etc. Pat On Thu Jan 07, 1999 at 09:57:48PM +0800, [EMAIL PROTECTED] wrote: > is it possible to make the command prompt colored? > > like the escape sequence that you do

colored comman prompt

1999-01-07 Thread keyoz
is it possible to make the command prompt colored? like the escape sequence that you do in DOS? [off topic] how to insert an escape character in vi*? k e c h i e