From b6768b013779a444ca22544f0a24d8d09974fae7 Mon Sep 17 00:00:00 2001 From: Salt Date: Tue, 19 Nov 2019 21:17:43 +0000 Subject: [PATCH] .profile: Fix cataclysm of prefixes on PS1 --- .profile | 1 + 1 file changed, 1 insertion(+) diff --git a/.profile b/.profile index ce34aace..78bfd04c 100755 --- a/.profile +++ b/.profile @@ -281,6 +281,7 @@ _ps1bash() { fg_bold="\[\e[1m\]" # Add hostname prefix in SSH sessions + unset prefix # Yes, shellcheck. I get it. That's what the or is for #shellcheck disable=2039 if [ "$HOSTNAME" = "phys-saltshaker" ] || [ "$(hostname)" = "phys-saltshaker" ]; then