Show host name to distinct local and remote shell (when ssh was used).
--- 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