# HG changeset patch # User Oleksandr Gavenko # Date 1319678039 -10800 # Node ID 64924a7c3689b721534bec5df26e1820f7a2ec6d # Parent 843cc9d49dc2c3d3ac34b992fcda730f26c14f32 Colorize PS2. diff -r 843cc9d49dc2 -r 64924a7c3689 .bashrc --- a/.bashrc Thu Oct 27 04:05:40 2011 +0300 +++ b/.bashrc Thu Oct 27 04:13:59 2011 +0300 @@ -14,7 +14,9 @@ PS1='bash# ' # Set magenta bold font. case "$TERM" in - xterm*) PS1='\[\033[31m\033[1m\]\h\[\033[35m\]+bash# \[\033[0m\]' + xterm*) + PS1='\[\033[31m\033[1m\]\h\[\033[35m\]+bash# \[\033[0m\]' + PS2='\[\033[32m\]> \[\033[0m\]' ;; esac