Enable color prompt on another reach terminal.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 10 Dec 2015 22:08:28 +0200
changeset 777 95f2a0c33d3b
parent 776 6b37ae369769
child 778 738b33c4a152
Enable color prompt on another reach terminal.
.bashrc
--- 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\]'
   ;;