PS1

DJ Delorie dj@delorie.com
Tue Jan 30 08:26:00 GMT 2001


> export PS1='\[\033]0;\w\007\033[32m\][\s-\v] \[\033[32m\w\033[0m\]\n> '
> 
> which gives me a nice prompt in green in the format:
>   [bash-2.04] ~/path
>   >
> 
> Is there a way to make the same prompt in bold??

\[[1m causes bold.  You can mix it with colors like \[[1;32m
\[[0m resets it.

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list