.bashrc
changeset 777 95f2a0c33d3b
parent 744 0b0e46afeb9b
child 783 b1ace79cf017
--- a/.bashrc	Thu Dec 10 12:32:01 2015 +0200
+++ b/.bashrc	Thu Dec 10 22:08:28 2015 +0200
@@ -12,7 +12,7 @@
 PS1='\nbash# '
 PS2='> '
 case "$TERM" in
-  xterm*|eterm-color|screen)
+  xterm*|eterm-color|screen|linux)
     PS1='\n\033[36m================================================================\r\033[31m\u\033[35m@\h\033[0m\033[36m \w \n\[\033[1m\033[31m\]bash#\[\033[0m\] '
     PS2='\[\033[32m\]> \[\033[0m\]'
   ;;