merged
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 18 Oct 2011 19:32:34 +0300
changeset 230 2c6542befc32
parent 229 c351b7891093 (current diff)
parent 228 b5a57a7abe40 (diff)
child 231 84c9533f2675
merged
.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