diff --git a/.profile b/.profile index 723a7a11..7317cc14 100755 --- a/.profile +++ b/.profile @@ -91,8 +91,8 @@ _ps1() { fg_grey="\e[37m" fg_bold="\e[1m" - hostname_prefix="${fg_blue}" # Change PWD color in SSH sessions + hostname_prefix="${fg_blue}" if [ "$SSH_CLIENT" ]; then # Also add the machine's hostname hostname_prefix="${fg_bold}${fg_red}`hostname`${r}${fg_red}:"