.bashrc
changeset 230 2c6542befc32
parent 226 97139da73273
parent 228 b5a57a7abe40
child 231 84c9533f2675
--- 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