# HG changeset patch # User Oleksandr Gavenko # Date 1318955554 -10800 # Node ID 2c6542befc32036d9db3a462a09511cc1ff5a649 # Parent c351b7891093575e659efe22d98f1ff505d1de68# Parent b5a57a7abe40caa73a3d9f77e94cd45f6fc6dd4b merged diff -r c351b7891093 -r 2c6542befc32 .bashrc --- a/.bashrc Tue Oct 18 17:48:42 2011 +0300 +++ b/.bashrc Tue Oct 18 19:32:34 2011 +0300 @@ -14,7 +14,7 @@ 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\]' ;; esac