From f6767e60f554b2e7eaa56ce1654f4b42f6b0b62d Mon Sep 17 00:00:00 2001
From: Salt <rehashedsalt@cock.li>
Date: Sat, 15 Dec 2018 20:46:19 -0600
Subject: [PATCH] .profile: Make prefix nicer

---
 .profile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.profile b/.profile
index 2c8bae54..2983c9eb 100755
--- a/.profile
+++ b/.profile
@@ -176,10 +176,10 @@ _ps1() {
 	# Yes, shellcheck. I get it. That's what the or is for
 	#shellcheck disable=2039
 	if [ "$HOSTNAME" = "phys-saltshaker" ] || [ "$(hostname)" = "phys-saltshaker" ]; then
-		prefix="${fg_bold}${fg_yellow}ss${r}"
+		prefix="${fg_bold}${fg_grey}ss${r}${fg_grey}:${r}"
 	fi
 	if [ "$SSH_CLIENT" ]; then
-		prefix="${fg_bold}${fg_red}$(hostname)${r}${fg_red}:${prefix}"
+		prefix="${fg_bold}${fg_red}$(hostname)${r}${fg_red}:${r}${prefix}"
 	fi
 	# Append a "restricted" prefix in rbash
 	if [ "$0" = "rbash" ]; then