From 21dfa5c2996744ba729fcd644d2f08ae2be2f2bd Mon Sep 17 00:00:00 2001 From: Andrew Stowell Date: Wed, 20 May 2020 15:54:38 +0000 Subject: [PATCH] fixing a typo. --- one-time-stuff/basic-settings.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/one-time-stuff/basic-settings.sh b/one-time-stuff/basic-settings.sh index 6d23655..5a13865 100755 --- a/one-time-stuff/basic-settings.sh +++ b/one-time-stuff/basic-settings.sh @@ -97,7 +97,8 @@ case $add_style in ( cat << 'STYLE' -# ABS prompt color dependent on hostname "purple", "orange", or neither if [[ $HOSTNAME == *purple* ]] ; then +# ABS prompt color dependent on hostname "purple", "orange", or neither +if [[ $HOSTNAME == *purple* ]] ; then PS1="\[\e[32m\]\u\[\e[m\]@\[\e[35m\]\h\[\e[m\]:\[\e[36m\]\w\[\e[m\]\\$ " elif [[ $HOSTNAME == *orange* ]] ; then PS1="\[\e[32m\]\u\[\e[m\]@\[\e[31m\]\h\[\e[m\]:\[\e[36m\]\w\[\e[m\]\\$ "