From 6126d07df3c4936d4eae6d0089468c1eeb1fd392 Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 7 Oct 2018 00:08:04 -0500 Subject: [PATCH] .profile: Move comment to unify comments in that section --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}:"