fixing a typo.

This commit is contained in:
2020-05-20 15:54:38 +00:00
parent a2b0e79723
commit 21dfa5c299
+2 -1
View File
@@ -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\]\\$ "