.profile: Move comment to unify comments in that section

This commit is contained in:
Salt 2018-10-07 00:08:04 -05:00
parent 9813277aba
commit 6126d07df3

View File

@ -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}:"