bashish – colorful bash shell

Tags:

freshmeat.net: Project details for BASHISH

[quote]
Bashish is a theme-engine using bash and other POSIX shells to customize nearly all aspects of the terminal: title, colors, prompt, font, background, etc. It has a modular design which makes it easy to add features (and it does have a lot) while keeping good performance.
[/quote]

Never use this tool. Themes provided are last year. I’ll stick to simple code like:

export PS1="\[\033[0;30m\]\[\033[47m\][\u@\h:\w]\[\033[0m\]$ "

Comments

2 responses to “bashish – colorful bash shell”

  1. mkseo Avatar
    mkseo

    Ubuntu has nice PS1 these days.

    PS1=’${debian_chroot:+($debian_chroot)}\[33[01;32m\]\u@\h\[33[00m\]:\[33[01;34m\]\w\[33[00m\]\$ ‘

  2. Minkoo Seo Avatar
    Minkoo Seo

    PS1=\[\e[0;30;47m\][\u@\h:\w]\[\e[0m\]#

    Is my preference these days.

Leave a Reply

Your email address will not be published. Required fields are marked *