Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jan 2005 04:06:59 +0100
From:      Mario Hoerich <lists@MHoerich.de>
To:        freebsd-questions@freebsd.org
Subject:   Re: tcsh, colorful prompt
Message-ID:  <20050107030659.GA2673@Pandora.MHoerich.de>
In-Reply-To: <20050106001935.GA29480@kender.sians.org>
References:  <20050106001935.GA29480@kender.sians.org>

next in thread | previous in thread | raw e-mail | index | archive | help
# Thanos Tsouanas:
> I dont really care for the color of the prompt, but I would like
> to see what i type (input) with a specific color.
[...]
> In short, i would like the color to end upon \n...

I think you can do this with

    alias postcmd 'echo "<ESC>[0m"'

For the <ESC> character, press ctrl-v and then esc
(which inserts a ^[-character as literal). 

HTH,
Mario
-- 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050107030659.GA2673>