my bash prompt

August 28, 2013

Installation

Modify ~/.bashrc and append this line

PS1="\n\[\e[32;1m\][\[\e[37;1m\]\u@\h:\[\e[37;1m\]\w\[\e[32;1m\]]\\$ \[\e[0m\]"

My Bash Prompt

bashprompt

To replace yours in one command with this one

sed -i 's~PS1.*~PS1="\\n\\[\\e[32;1m\\][\\[\\e[37;1m\\]\\u@\\h:\\[\\e[37;1m\\]\\w\\[\\e[32;1m\\]]\\\\$ \\[\\e[0m\\]"~g' ~/.bashrc