# HG changeset patch # User Oleksandr Gavenko # Date 1531079652 -10800 # Node ID 5e5c705d2831d5c3009fc85fb40cef6b9a2484df # Parent 9ffcac2096b5b59179b6e0da85f33e5bf7736d3f Added user/host to terminal title. diff -r 9ffcac2096b5 -r 5e5c705d2831 .bashrc --- a/.bashrc Sun Jun 24 02:30:33 2018 +0300 +++ b/.bashrc Sun Jul 08 22:54:12 2018 +0300 @@ -29,7 +29,7 @@ # Set current directory in terminal emulator title. case "$TERM" in xterm*|screen|linux|cygwin) - PS1=$'\e]0;bash \w\a'"$PS1" + PS1=$'\e]0;bash \u@\h \w\a'"$PS1" ;; esac