# HG changeset patch # User Oleksandr Gavenko # Date 1409171573 -10800 # Node ID fc68054903262f6ac5e785c7e20d265a9467a7e0 # Parent 256fe94759e86b6b94f5da27a595be29b2670988 Highlight path. Use it as output separator. diff -r 256fe94759e8 -r fc6805490326 .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