Thursday, October 19, 2006

Colorful Bash

Well here is how(er..i mean how not to :)) to make your terminal a bit more colorful

[kalyan@duck snippets]$PROMPT_COMMAND='tput setf $(( RANDOM % 7 + 1 ))'

And so we get a colorful terminal

0 Comments:

Post a Comment

<< Home