# HG changeset patch # User Oleksandr Gavenko # Date 1438597402 -10800 # Node ID 29c4dc2a482d7087b62353e3d92b3eecc8879a25 # Parent 4d4604fbea17d10333ffc8c3bec551e2e9f14df4 Show current user as this useful then ssh'ing. diff -r 4d4604fbea17 -r 29c4dc2a482d .bashrc --- a/.bashrc Wed Jun 17 20:40:11 2015 -0500 +++ b/.bashrc Mon Aug 03 13:23:22 2015 +0300 @@ -13,7 +13,7 @@ PS2='> ' case "$TERM" in xterm*|eterm-color) - PS1='\n\033[36m================================================================\r\w \n\[\033[31m\033[1m\]\h\[\033[35m\]+bash# \[\033[0m\]' + PS1='\n\033[36m================================================================\r\w \n\[\033[4m\033[31m\]\u\[\033[35m\]@\h#\[\033[0m\] ' PS2='\[\033[32m\]> \[\033[0m\]' ;; esac