# HG changeset patch # User Oleksandr Gavenko # Date 1449778108 -7200 # Node ID 95f2a0c33d3b4132f41b3d4deea80bb071462cb2 # Parent 6b37ae3697698c58d367e36176024d23d2e870e8 Enable color prompt on another reach terminal. diff -r 6b37ae369769 -r 95f2a0c33d3b .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\]' ;;