.bashrc
changeset 244 64924a7c3689
parent 241 e1e0eeee8d51
child 246 1622a1ee71fc
--- 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