Make PS1 delimiter line longer.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 07 Feb 2016 14:18:25 +0200
changeset 788 788f345a3dfe
parent 787 98c7afe91a58
child 789 2607b8c7638d
Make PS1 delimiter line longer.
.bashrc
--- a/.bashrc	Mon Feb 01 18:09:04 2016 +0200
+++ b/.bashrc	Sun Feb 07 14:18:25 2016 +0200
@@ -9,11 +9,11 @@
   . ~/.env
 fi
 
-PS1='\n================================================================\r$?|\u@\h \w \nbash# '
+PS1='\n==============================================================================\r$?|\u@\h \w \nbash# '
 PS2='> '
 case "$TERM" in
   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\] '
+    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\]'
   ;;
 esac