no space after hostname
This commit is contained in:
parent
cde8a236a6
commit
b8d646048e
@ -121,11 +121,11 @@ __host_color()
|
|||||||
if [ "$conn" == "lcl" ] ; then
|
if [ "$conn" == "lcl" ] ; then
|
||||||
ret="${ret}" # no hostname if local
|
ret="${ret}" # no hostname if local
|
||||||
elif [ "$conn" == "ssh" ] ; then
|
elif [ "$conn" == "ssh" ] ; then
|
||||||
ret="${ret}@${LIGHT_CYAN}\h "
|
ret="${ret}@${LIGHT_CYAN}\h"
|
||||||
elif [ "$conn" == "tel" ] ; then
|
elif [ "$conn" == "tel" ] ; then
|
||||||
ret="${ret}@${WARN_RED}\h "
|
ret="${ret}@${WARN_RED}\h"
|
||||||
else
|
else
|
||||||
ret="${ret}@\h "
|
ret="${ret}@\h"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo -ne "${ret}${NO_COL}"
|
echo -ne "${ret}${NO_COL}"
|
||||||
|
Loading…
Reference in New Issue
Block a user