Highlight path. Use it as output separator.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 27 Aug 2014 23:32:53 +0300
changeset 703 fc6805490326
parent 702 256fe94759e8
child 704 e1347fd80853
Highlight path. Use it as output separator.
.bashrc
--- a/.bashrc	Thu Aug 14 19:08:34 2014 +0300
+++ b/.bashrc	Wed Aug 27 23:32:53 2014 +0300
@@ -13,7 +13,7 @@
 PS2='> '
 case "$TERM" in
   xterm*|eterm-color)
-    PS1='\n\033[36m\w\n\[\033[31m\033[1m\]\h\[\033[35m\]+bash# \[\033[0m\]'
+    PS1='\n\033[36m================================================================\r\w \n\[\033[31m\033[1m\]\h\[\033[35m\]+bash# \[\033[0m\]'
     PS2='\[\033[32m\]> \[\033[0m\]'
   ;;
 esac