# 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
-- 

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to