# HG changeset patch # User Oleksandr Gavenko # Date 1454847505 -7200 # Node ID 788f345a3dfe7c30a3a6c19b28d523dde8d9a279 # Parent 98c7afe91a58d4875f9ec7342f6524b1cf8a1a9c Make PS1 delimiter line longer. diff -r 98c7afe91a58 -r 788f345a3dfe .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