.bashrc
changeset 221 aa682f0b1e7b
parent 219 35ff28da5c85
child 226 97139da73273
child 228 b5a57a7abe40
--- a/.bashrc	Wed Sep 28 18:21:39 2011 +0300
+++ b/.bashrc	Thu Oct 06 17:25:48 2011 +0300
@@ -14,7 +14,7 @@
 PS1='bash# '
 # Set magenta bold font.
 case "$TERM" in
-  xterm*) PS1='\[\033[35m\033[1m\]bash# \[\033[0m\]'
+  xterm*) PS1='\[\033[31m\033[1m\]\h\033[35m\]+bash# \[\033[0m\]'
   ;;
 esac