diff --git a/bash/rbashrc b/bash/rbashrc index efa83fe..c2e2ac1 100644 --- a/bash/rbashrc +++ b/bash/rbashrc @@ -21,8 +21,8 @@ RDOMAIN="@local" RCOLOR="4" if [ $RHOSTNAME == "" ]; then - RHOSTNAME=$( hostname -s ) - RDOMAIN="@"$( hostname -d ) + RHOSTNAME="\u" + RDOMAIN="@"$( hostname -s ) RCOLOR=$(( $RANDOM * 6 / 32767 + 1 )) fi