is it possible for me to design my own ANSI char/color prompts and use them in the bash shell and make then universal? if so anyone got a good howto on this and recommend a good linux ANSI art program ...
I'm using this bash prompt:<BR><pre class="ip-ubbcode-code-pre">PS1='\[\e[37m\]\h w \u$\e\[[0m\] '</pre><BR><BR>..which gives a prompt something like this:<BR><pre ...